We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f766b00 commit 94d6b5bCopy full SHA for 94d6b5b
templates/admin/repo/list.tmpl
@@ -33,6 +33,7 @@
33
{{.locale.Tr "admin.repos.size"}}
34
{{SortArrow "size" "reversesize" $.SortType false}}
35
</th>
36
+ <th>{{.locale.Tr "admin.auths.updated"}}</th>
37
<th>{{.locale.Tr "admin.users.created"}}</th>
38
<th>{{.locale.Tr "admin.notices.op"}}</th>
39
</tr>
@@ -80,6 +81,7 @@
80
81
<td>{{.NumForks}}</td>
82
<td>{{.NumIssues}}</td>
83
<td>{{FileSize .Size}}</td>
84
+ <td>{{DateTime "short" .UpdatedUnix}}</td>
85
<td>{{DateTime "short" .CreatedUnix}}</td>
86
<td><a class="delete-button" href="" data-url="{{$.Link}}/delete?page={{$.Page.Paginater.Current}}&sort={{$.SortType}}" data-id="{{.ID}}" data-name="{{.Name}}">{{svg "octicon-trash"}}</a></td>
87
0 commit comments