diff --git a/rhodecode/templates/admin/repos/repo_edit.html b/rhodecode/templates/admin/repos/repo_edit.html --- a/rhodecode/templates/admin/repos/repo_edit.html +++ b/rhodecode/templates/admin/repos/repo_edit.html @@ -18,7 +18,7 @@ <%def name="main()"> -
+
${self.breadcrumbs()} @@ -32,7 +32,7 @@
- ${h.text('repo_name',class_="small")} + ${h.text('repo_name',class_="medium")}
@@ -40,7 +40,7 @@
- ${h.select('repo_type','hg',c.backends,class_="small")} + ${h.select('repo_type','hg',c.backends,class_="medium")}
@@ -280,4 +280,23 @@
+ +
+
+
${_('Administration')}
+
+ +
+ +

${_('Reset statistics')}

+

${_('Reset cache')}

+

${_('Delete')}

+ + + +
+ +
+ + \ No newline at end of file