diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-25 18:44:37 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-25 18:44:37 +0800 |
commit | 2a2f025388b2f47cff4162adc207af2ba68d64d9 (patch) | |
tree | f3f3f732f5bcf9f1a74cac5723ff5c4eccc0fe99 /templates/status | |
parent | 6e33e54e71cdb6a100b9048bd6d9567fea2e7c91 (diff) | |
download | gitea-2a2f025388b2f47cff4162adc207af2ba68d64d9.tar.gz gitea-2a2f025388b2f47cff4162adc207af2ba68d64d9.zip |
change css name style
Diffstat (limited to 'templates/status')
-rw-r--r-- | templates/status/200.tmpl | 2 | ||||
-rw-r--r-- | templates/status/404.tmpl | 2 | ||||
-rw-r--r-- | templates/status/500.tmpl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/status/200.tmpl b/templates/status/200.tmpl index 8f64494201..0846ad7951 100644 --- a/templates/status/200.tmpl +++ b/templates/status/200.tmpl @@ -1,6 +1,6 @@ {{template "base/head" .}} {{template "base/navbar" .}} -<div id="gogs-body" class="container"> +<div id="body" class="container"> <p>An error is occurred : {{.ErrorMsg}}</p> <p>Application Version: {{AppVer}}</p> </div> diff --git a/templates/status/404.tmpl b/templates/status/404.tmpl index b971f279a8..f68676fe23 100644 --- a/templates/status/404.tmpl +++ b/templates/status/404.tmpl @@ -1,6 +1,6 @@ {{template "base/head" .}} {{template "base/navbar" .}} -<div id="gogs-body" class="container text-center"> +<div id="body" class="container text-center"> <p style="margin-top: 80px"><img src="/img/404.png" alt="404"/></p> <hr/> <p>Application Version: {{AppVer}}</p> diff --git a/templates/status/500.tmpl b/templates/status/500.tmpl index f3cd24d696..dd7358115d 100644 --- a/templates/status/500.tmpl +++ b/templates/status/500.tmpl @@ -1,6 +1,6 @@ {{template "base/head" .}} {{template "base/navbar" .}} -<div id="gogs-body" class="container text-center"> +<div id="body" class="container text-center"> <p style="margin-top: 80px"><img src="/img/500.png" alt="404"/></p> <hr/> <p>An error is occurred : {{.ErrorMsg}}</p> |