diff rhodecode/templates/forks/fork.html @ 1742:40c4f7351574 beta

added option to do a checkout after cloning a repository
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 30 Nov 2011 23:11:30 +0200
parents e7eef7a1db6a
children f91d3f9b7230
line wrap: on
line diff
--- a/rhodecode/templates/forks/fork.html	Tue Nov 29 09:55:30 2011 +0200
+++ b/rhodecode/templates/forks/fork.html	Wed Nov 30 23:11:30 2011 +0200
@@ -67,7 +67,15 @@
                 <div class="checkboxes">
                     ${h.checkbox('copy_permissions',value="True")}
                 </div>
-             </div>             
+             </div>      
+            <div class="field">
+                <div class="label label-checkbox">
+                    <label for="private">${_('Update after clone')}:</label>
+                </div>
+                <div class="checkboxes">
+                    ${h.checkbox('update_after_clone',value="True")}
+                </div>
+             </div>                       
 	        <div class="buttons">
 	          ${h.submit('',_('fork this repository'),class_="ui-button")}
 	        </div>