summaryrefslogtreecommitdiffstats
path: root/templates/user/profile.tmpl
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-05-01 21:27:12 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-05-01 21:27:12 +0800
commit1c88a541cb356018d8aedc66e6d4c6eb1aaf65b6 (patch)
tree6194b76ed36f20291d6e8c860fb0b8bda2305a84 /templates/user/profile.tmpl
parentcc1eb5643e3d28b6e23d3642bdf93670c33fa9c5 (diff)
downloadgitea-1c88a541cb356018d8aedc66e6d4c6eb1aaf65b6.tar.gz
gitea-1c88a541cb356018d8aedc66e6d4c6eb1aaf65b6.zip
fix profile ui
Diffstat (limited to 'templates/user/profile.tmpl')
-rw-r--r--templates/user/profile.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl
index 43ecabfa16..4c42be2483 100644
--- a/templates/user/profile.tmpl
+++ b/templates/user/profile.tmpl
@@ -6,7 +6,7 @@
<a href="http://gravatar.com/emails/" class="center-block" data-toggle="tooltip" data-placement="bottom" title="Change your avatar at gravatar.com">
<img id="user-avatar" src="{{.Owner.AvatarLink}}?s=200" alt="user-avatar" title="{{.Owner.Name}}"/>
</a>
- {{if .Owner.FullName}}<span id="user-name" class="center-block">{{.Owner.FullName}}</span>{{end}}
+ {{if .Owner.FullName}}<span id="user-full-name" class="center-block">{{.Owner.FullName}}</span>{{end}}
<span id="user-name" class="center-block">{{.Owner.Name}}</span>
</div>
<div class="profile-info">