diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-08-28 22:29:00 +0800 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-08-28 22:29:00 +0800 |
commit | 1aec1a2ddae3a3714d6a167d85fcc1c69413b660 (patch) | |
tree | 07fb6534ac71aea4edca41d39ececd7d81976b04 /templates/repo/settings/options.tmpl | |
parent | 81287ba022ae906f1f9eb5b1324567cd93771b4e (diff) | |
download | gitea-1aec1a2ddae3a3714d6a167d85fcc1c69413b660.tar.gz gitea-1aec1a2ddae3a3714d6a167d85fcc1c69413b660.zip |
Finish new admin dashboard
Diffstat (limited to 'templates/repo/settings/options.tmpl')
-rw-r--r-- | templates/repo/settings/options.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/settings/options.tmpl b/templates/repo/settings/options.tmpl index 4cc67c9d57..fb6cda2aae 100644 --- a/templates/repo/settings/options.tmpl +++ b/templates/repo/settings/options.tmpl @@ -9,7 +9,7 @@ <div class="setting-content"> {{template "ng/base/alert" .}} <div id="setting-content"> - <div id="user-profile-setting-content" class="panel panel-radius"> + <div class="panel panel-radius"> <div class="panel-header"> <strong>{{.i18n.Tr "repo.settings.basic_settings"}}</strong> </div> |