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 15
15
</div>
16
16
<div class="tw-flex-1">
17
17
<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}})
22
19
</h4>
23
20
<div class="ui attached segment">
24
21
{{template "admin/user/view_emails" .}}
25
22
</div>
26
23
</div>
27
24
</div>
28
25
<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}})
33
27
</h4>
34
28
<div class="ui attached segment">
35
29
{{template "explore/repo_list" .}}
36
30
</div>
37
31
<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}})
42
33
</h4>
43
34
<div class="ui attached segment">
44
35
{{template "explore/user_list" .}}
You can’t perform that action at this time.
0 commit comments