summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-11-18 19:05:33 -0500
committerUnknwon <joe2010xtmf@163.com>2014-11-18 19:05:33 -0500
commit2d8c414f8c44e20619d6680b96044424ef6ebb2a (patch)
treed9aa9233ab9f73f615dc9e683096a056dfd034bf /templates
parentce8d4cc80ba908022f0bbaf796b9025cfb68956e (diff)
downloadgitea-2d8c414f8c44e20619d6680b96044424ef6ebb2a.tar.gz
gitea-2d8c414f8c44e20619d6680b96044424ef6ebb2a.zip
Fix #635
Diffstat (limited to 'templates')
-rw-r--r--templates/admin/dashboard.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/admin/dashboard.tmpl b/templates/admin/dashboard.tmpl
index 80c02828e7..7038910596 100644
--- a/templates/admin/dashboard.tmpl
+++ b/templates/admin/dashboard.tmpl
@@ -40,6 +40,10 @@
<td>{{.i18n.Tr "admin.dashboard.delete_inactivate_accounts"}}</td>
<td><i class="fa fa-caret-square-o-right"></i> <a href="{{AppSubUrl}}/admin?op=2">{{.i18n.Tr "admin.dashboard.operation_run"}}</a></td>
</tr>
+ <tr>
+ <td>{{.i18n.Tr "admin.dashboard.delete_repo_archives"}}</td>
+ <td><i class="fa fa-caret-square-o-right"></i> <a href="{{AppSubUrl}}/admin?op=3">{{.i18n.Tr "admin.dashboard.operation_run"}}</a></td>
+ </tr>
</tbody>
</table>
</div>