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 @@ -6,9 +6,9 @@ <%def name="breadcrumbs_links()"> - ${h.link_to(_('Admin'),h.url('admin_home'))} - » - ${h.link_to(_('Repositories'),h.url('repos'))} + ${h.link_to(_('Admin'),h.url('admin_home'))} + » + ${h.link_to(_('Repositories'),h.url('repos'))} » ${_('edit')} » ${h.link_to(c.repo_info.just_name,h.url('summary_home',repo_name=c.repo_name))} @@ -21,7 +21,7 @@
- ${self.breadcrumbs()} + ${self.breadcrumbs()}
${h.form(url('repo', repo_name=c.repo_info.repo_name),method='put')}
@@ -42,7 +42,7 @@
${h.text('clone_uri',class_="medium")}
-
+
@@ -50,7 +50,7 @@
${h.select('repo_group','',c.repo_groups,class_="medium")}
-
+
@@ -58,7 +58,7 @@
${h.select('repo_type','hg',c.backends,class_="medium")}
-
+
@@ -67,7 +67,7 @@ ${h.textarea('description',cols=23,rows=5)}
- +
@@ -83,7 +83,7 @@
${h.checkbox('enable_statistics',value="True")}
-
+
@@ -91,7 +91,7 @@
${h.checkbox('enable_downloads',value="True")}
-
+
@@ -102,8 +102,8 @@
- - + +
@@ -111,22 +111,22 @@
<%include file="repo_edit_perms.html"/>
- +
${h.submit('save','Save',class_="ui-button")} ${h.reset('reset','Reset',class_="ui-button")} -
+
- + ${h.end_form()}
-
${_('Administration')}
+
${_('Administration')}
- +

${_('Statistics')}

${h.form(url('repo_stats', repo_name=c.repo_info.repo_name),method='delete')}
@@ -139,9 +139,9 @@
- + ${h.end_form()} - + %if c.repo_info.clone_uri:

${_('Remote')}

${h.form(url('repo_pull', repo_name=c.repo_info.repo_name),method='put')} @@ -151,22 +151,22 @@
-
+ + - + ${h.end_form()} %endif - +

${_('Cache')}

${h.form(url('repo_cache', repo_name=c.repo_info.repo_name),method='delete')}
${h.submit('reset_cache_%s' % c.repo_info.repo_name,_('Invalidate repository cache'),class_="ui-btn",onclick="return confirm('"+_('Confirm to invalidate repository cache')+"');")}
-
+ ${h.end_form()} - +

${_('Public journal')}

${h.form(url('repo_public_journal', repo_name=c.repo_info.repo_name),method='put')}
@@ -183,10 +183,10 @@
  • ${_('''All actions made on this repository will be accessible to everyone in public journal''')}
  • -
    + ${h.end_form()} - +

    ${_('Delete')}

    ${h.form(url('repo', repo_name=c.repo_info.repo_name),method='delete')}
    @@ -195,12 +195,12 @@
    -
    - + + ${h.end_form()}

    ${_('Set as fork')}

    @@ -214,11 +214,11 @@ - - + + ${h.end_form()} - + - +