diff --git a/rhodecode/templates/forks/fork.html b/rhodecode/templates/forks/fork.html --- a/rhodecode/templates/forks/fork.html +++ b/rhodecode/templates/forks/fork.html @@ -14,7 +14,7 @@ <%def name="page_nav()"> - ${self.menu('')} + ${self.menu('')} <%def name="main()">
@@ -90,9 +90,9 @@ ${_('Checkout source after making a clone')}
-
- ${h.submit('',_('fork this repository'),class_="ui-btn large")} -
+
+ ${h.submit('',_('fork this repository'),class_="ui-btn large")} +
${h.end_form()}