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 @@ -62,6 +62,15 @@
+
+ +
+
+ ${h.select('landing_rev','',c.landing_revs,class_="medium")} + ${_('Default revision for files page, downloads, whoosh and readme')} +
+
+
@@ -210,7 +219,7 @@
${h.end_form()} -

${_('Set as fork')}

+

${_('Set as fork of')}

${h.form(url('repo_as_fork', repo_name=c.repo_info.repo_name),method='put')}
@@ -219,7 +228,7 @@