Skip to content

Commit 94d6b5b

Browse files
authored
1 parent f766b00 commit 94d6b5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/admin/repo/list.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
{{.locale.Tr "admin.repos.size"}}
3434
{{SortArrow "size" "reversesize" $.SortType false}}
3535
</th>
36+
<th>{{.locale.Tr "admin.auths.updated"}}</th>
3637
<th>{{.locale.Tr "admin.users.created"}}</th>
3738
<th>{{.locale.Tr "admin.notices.op"}}</th>
3839
</tr>
@@ -80,6 +81,7 @@
8081
<td>{{.NumForks}}</td>
8182
<td>{{.NumIssues}}</td>
8283
<td>{{FileSize .Size}}</td>
84+
<td>{{DateTime "short" .UpdatedUnix}}</td>
8385
<td>{{DateTime "short" .CreatedUnix}}</td>
8486
<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>
8587
</tr>

0 commit comments

Comments
 (0)