File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737 </div>
3838 {{if .SignedUser.CanCreateOrganization}}
3939 <a class="item" href="{{AppSubUrl}}/org/create">
40- {{svg "octicon-plus"}} {{ctx.Locale.Tr "new_org"}}
40+ {{svg "octicon-plus" 16 "tw-ml-1 tw-mr-5"}} {{ctx.Locale.Tr "new_org"}}
4141 </a>
4242 {{end}}
4343 </div>
7777 {{end}}
7878
7979 {{if .ContextUser.IsOrganization}}
80- <div class="right menu">
80+ <div class="right menu tw-flex-wrap tw-justify-end ">
8181 <a class="{{if .PageIsNews}}active {{end}}item tw-ml-auto" href="{{.ContextUser.DashboardLink}}{{if .Team}}/{{PathEscape .Team.Name}}{{end}}">
8282 {{svg "octicon-rss"}} {{ctx.Locale.Tr "activities"}}
8383 </a>
9898 {{end}}
9999 <div class="item">
100100 <a class="ui primary basic button" href="{{.ContextUser.HomeLink}}" title="{{ctx.Locale.Tr "home.view_home" .ContextUser.Name}}">
101- {{ctx.Locale.Tr "home.view_home" (.ContextUser.ShortName 40 )}}
101+ {{ctx.Locale.Tr "home.view_home" (.ContextUser.ShortName 20 )}}
102102 </a>
103103 </div>
104104 </div>
You can’t perform that action at this time.
0 commit comments