diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-17 15:17:44 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-17 15:17:44 +0800 |
commit | 24d91ecda8c819a33f326ff724559456bcae6d71 (patch) | |
tree | 9af7902cdbd4b1b5187bd1134e46e0111731c6e7 /templates/user/profile.tmpl | |
parent | 3a2eee08278a71320140129ec29c8586264d9968 (diff) | |
download | gitea-24d91ecda8c819a33f326ff724559456bcae6d71.tar.gz gitea-24d91ecda8c819a33f326ff724559456bcae6d71.zip |
ui and js update
Diffstat (limited to 'templates/user/profile.tmpl')
-rw-r--r-- | templates/user/profile.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index 24ae76fef8..8dca29ffe3 100644 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -1,6 +1,6 @@ {{template "base/head" .}} {{template "base/navbar" .}} -<div id="gogs-body" class="container"> +<div id="gogs-body" class="container" data-page="user"> <div id="gogs-user-profile" class="col-md-3"> <div class="profile-avatar text-center"> <a href="{{.Owner.HomeLink}}" class="center-block" data-toggle="tooltip" data-placement="bottom" title="Change Avatar"> |