summaryrefslogtreecommitdiffstats
path: root/templates/help.tmpl
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-25 18:44:37 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-25 18:44:37 +0800
commit2a2f025388b2f47cff4162adc207af2ba68d64d9 (patch)
treef3f3f732f5bcf9f1a74cac5723ff5c4eccc0fe99 /templates/help.tmpl
parent6e33e54e71cdb6a100b9048bd6d9567fea2e7c91 (diff)
downloadgitea-2a2f025388b2f47cff4162adc207af2ba68d64d9.tar.gz
gitea-2a2f025388b2f47cff4162adc207af2ba68d64d9.zip
change css name style
Diffstat (limited to 'templates/help.tmpl')
-rw-r--r--templates/help.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/help.tmpl b/templates/help.tmpl
index b4d5d2a97e..e835c2981e 100644
--- a/templates/help.tmpl
+++ b/templates/help.tmpl
@@ -1,11 +1,11 @@
{{template "base/head" .}}
{{template "base/navbar" .}}
-<div id="gogs-body-nav">
+<div id="body-nav">
<div class="container">
<h3>Help</h3>
</div>
</div>
-<div id="gogs-body" class="container" data-page="user">
+<div id="body" class="container" data-page="user">
{{if .HasInfo}}<div class="alert alert-info">{{.InfoMsg}}</div>{{end}}
</div>
{{template "base/footer" .}} \ No newline at end of file