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/user/stars.tmpl | |
parent | 6e33e54e71cdb6a100b9048bd6d9567fea2e7c91 (diff) | |
download | gitea-2a2f025388b2f47cff4162adc207af2ba68d64d9.tar.gz gitea-2a2f025388b2f47cff4162adc207af2ba68d64d9.zip |
change css name style
Diffstat (limited to 'templates/user/stars.tmpl')
-rw-r--r-- | templates/user/stars.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/user/stars.tmpl b/templates/user/stars.tmpl index 4e6f0c92fc..253efd6eec 100644 --- a/templates/user/stars.tmpl +++ b/templates/user/stars.tmpl @@ -1,6 +1,6 @@ {{template "base/head" .}} {{template "base/navbar" .}} -<div id="gogs-body-nav"> +<div id="body-nav"> <div class="container"> <ul class="nav nav-pills pull-right"> <li><a href="/">Feed</a></li> @@ -11,7 +11,7 @@ <h3>Stars</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 |