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>
<%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")}
+
+
${_('Administration')}
+
+
+
+
+
${_('Reset statistics')}
+ ${_('Reset cache')}
+ ${_('Delete')}
+
+
+
+
+
+
+
+
%def>
\ No newline at end of file