File tree Expand file tree Collapse file tree 3 files changed +28
-14
lines changed Expand file tree Collapse file tree 3 files changed +28
-14
lines changed Original file line number Diff line number Diff line change 19
19
{{.locale.Tr "admin.repos.name"}}
20
20
{{SortArrow "alphabetically" "reversealphabetically" $.SortType false}}
21
21
</th>
22
- <th>{{.locale.Tr "admin.repos.watches"}}</th>
23
- <th data-sortt-asc="moststars" data-sortt-desc="feweststars">
24
- {{.locale.Tr "admin.repos.stars"}}
22
+ <th data-tooltip-content="{{.locale.Tr "admin.repos.watches"}}">
23
+ {{svg "octicon-eye"}}
24
+ </th>
25
+ <th data-tooltip-content="{{.locale.Tr "admin.repos.stars"}}" data-sortt-asc="moststars" data-sortt-desc="feweststars">
26
+ {{svg "octicon-star"}}
25
27
{{SortArrow "moststars" "feweststars" $.SortType false}}
26
28
</th>
27
- <th data-sortt-asc="mostforks" data-sortt-desc="fewestforks">
28
- {{.locale.Tr "admin.repos.forks "}}
29
+ <th data-tooltip-content="{{.locale.Tr "admin.repos.forks"}}" data-sortt-asc="mostforks" data-sortt-desc="fewestforks">
30
+ {{svg "octicon-repo-forked "}}
29
31
{{SortArrow "mostforks" "fewestforks" $.SortType false}}
30
32
</th>
31
- <th>{{.locale.Tr "admin.repos.issues"}}</th>
32
- <th data-sortt-asc="gitsize" data-sortt-desc="reversegitsize">
33
+ <th data-tooltip-content="{{.locale.Tr "admin.repos.issues"}}">
34
+ {{svg "octicon-issue-opened"}}
35
+ </th>
36
+ <th data-sortt-asc="gitsize" data-sortt-desc="reversegitsize">
33
37
{{.locale.Tr "admin.repos.size"}}
34
38
{{SortArrow "gitsize" "reversegitsize" $.SortType false}}
35
39
</th>
36
- <th data-sortt-asc="lfssize" data-sortt-desc="reverselfssize">
40
+ <th data-sortt-asc="lfssize" data-sortt-desc="reverselfssize">
37
41
{{.locale.Tr "admin.repos.lfs_size"}}
38
42
{{SortArrow "lfssize" "reverselfssize" $.SortType false}}
39
43
</th>
Original file line number Diff line number Diff line change 67
67
{{SortArrow "alphabetically" "reversealphabetically" $.SortType true}}
68
68
</th>
69
69
<th>{{.locale.Tr "email"}}</th>
70
- <th>{{.locale.Tr "admin.users.activated"}}</th>
71
- <th>{{.locale.Tr "admin.users.admin"}}</th>
72
- <th>{{.locale.Tr "admin.users.restricted"}}</th>
73
- <th>{{.locale.Tr "admin.users.2fa"}}</th>
74
- <th>{{.locale.Tr "admin.users.repos"}}</th>
70
+ <th data-tooltip-content="{{.locale.Tr "admin.users.activated"}}">
71
+ {{svg "octicon-check-circle"}}
72
+ </th>
73
+ <th data-tooltip-content="{{.locale.Tr "admin.users.admin"}}">
74
+ {{svg "octicon-gear"}}
75
+ </th>
76
+ <th data-tooltip-content="{{.locale.Tr "admin.users.restricted"}}">
77
+ {{svg "octicon-skip"}}
78
+ </th>
79
+ <th data-tooltip-content="{{.locale.Tr "admin.users.2fa"}}">
80
+ {{svg "octicon-key"}}
81
+ </th>
82
+ <th data-tooltip-content="{{.locale.Tr "admin.users.repos"}}">
83
+ {{svg "octicon-repo"}}
84
+ </th>
75
85
<th>{{.locale.Tr "admin.users.created"}}</th>
76
86
<th data-sortt-asc="lastlogin" data-sortt-desc="reverselastlogin">
77
87
{{.locale.Tr "admin.users.last_login"}}
Original file line number Diff line number Diff line change @@ -883,7 +883,7 @@ a.label,
883
883
.ui .table > thead > tr > th ,
884
884
.ui .table > tbody > tr > td ,
885
885
.ui .table > tr > td {
886
- padding : 6px 3 px ;
886
+ padding : 6px ;
887
887
}
888
888
/* use more horizontal padding on first and last items for visuals */
889
889
.ui .table > thead > tr > th : first-of-type ,
You can’t perform that action at this time.
0 commit comments