diff options
Diffstat (limited to 'templates/user/project.tmpl')
-rw-r--r-- | templates/user/project.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/user/project.tmpl b/templates/user/project.tmpl index b444783dbb..eabed943fe 100644 --- a/templates/user/project.tmpl +++ b/templates/user/project.tmpl @@ -15,18 +15,18 @@ <input type="hidden" id="uid" name="uid" value="{{.ContextUser.ID}}" required> <span class="text" title="{{.ContextUser.Name}}"> {{avatar .ContextUser 28 "mini"}} - {{.ContextUser.ShortName 20}} + {{.ContextUser.ShortName 40}} </span> {{svg "octicon-triangle-down" 14 "dropdown icon"}} <div class="menu"> <div class="item" data-value="{{.SignedUser.ID}}" title="{{.SignedUser.Name}}"> {{avatar .SignedUser 28 "mini"}} - {{.SignedUser.ShortName 20}} + {{.SignedUser.ShortName 40}} </div> {{range .Orgs}} <div class="item" data-value="{{.ID}}" title="{{.Name}}"> {{avatar . 28 "mini"}} - {{.ShortName 20}} + {{.ShortName 40}} </div> {{end}} </div> |