File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 1515 </div>
1616 <div class="tw-flex-1">
1717 <h4 class="ui top attached header">
18- {{ctx.Locale.Tr "admin.emails"}}
19- <div class="ui right">
20- {{.EmailsTotal}}
21- </div>
18+ {{ctx.Locale.Tr "admin.emails"}} ({{ctx.Locale.Tr "admin.total" .EmailsTotal}})
2219 </h4>
2320 <div class="ui attached segment">
2421 {{template "admin/user/view_emails" .}}
2522 </div>
2623 </div>
2724 </div>
2825 <h4 class="ui top attached header">
29- {{ctx.Locale.Tr "admin.repositories"}}
30- <div class="ui right">
31- {{.ReposTotal}}
32- </div>
26+ {{ctx.Locale.Tr "admin.repositories"}} ({{ctx.Locale.Tr "admin.total" .ReposTotal}})
3327 </h4>
3428 <div class="ui attached segment">
3529 {{template "explore/repo_list" .}}
3630 </div>
3731 <h4 class="ui top attached header">
38- {{ctx.Locale.Tr "settings.organization"}}
39- <div class="ui right">
40- {{.OrgsTotal}}
41- </div>
32+ {{ctx.Locale.Tr "settings.organization"}} ({{ctx.Locale.Tr "admin.total" .OrgsTotal}})
4233 </h4>
4334 <div class="ui attached segment">
4435 {{template "explore/user_list" .}}
You can’t perform that action at this time.
0 commit comments