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 @@ -80,7 +80,8 @@ ${h.checkbox('copy_permissions',value="True", checked="checked")} ${_('Copy permissions from forked repository')} - + + %if c.can_update:
@@ -90,6 +91,7 @@ ${_('Checkout source after making a clone')}
+ %endif
${h.submit('',_('Fork this repository'),class_="ui-btn large")}