diff rhodecode/templates/forks/fork.html @ 1888:f91d3f9b7230 beta

White-space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 12 Jan 2012 06:32:40 +0200
parents 40c4f7351574
children b61b7e266b39
line wrap: on
line diff
--- a/rhodecode/templates/forks/fork.html	Thu Jan 12 05:51:13 2012 +0200
+++ b/rhodecode/templates/forks/fork.html	Thu Jan 12 06:32:40 2012 +0200
@@ -8,7 +8,7 @@
 <%def name="breadcrumbs_links()">
     ${h.link_to(u'Home',h.url('/'))}
     &raquo;
-    ${h.link_to(c.repo_info.repo_name,h.url('summary_home',repo_name=c.repo_info.repo_name))} 
+    ${h.link_to(c.repo_info.repo_name,h.url('summary_home',repo_name=c.repo_info.repo_name))}
     &raquo;
     ${_('fork')}
 </%def>
@@ -20,7 +20,7 @@
 <div class="box">
     <!-- box / title -->
     <div class="title">
-        ${self.breadcrumbs()}      
+        ${self.breadcrumbs()}
     </div>
     ${h.form(url('repo_fork_create_home',repo_name=c.repo_info.repo_name))}
     <div class="form">
@@ -43,7 +43,7 @@
                  <div class="input">
                      ${h.select('repo_group','',c.repo_groups,class_="medium")}
                  </div>
-            </div>                 
+            </div>
             <div class="field">
                 <div class="label label-textarea">
                     <label for="description">${_('Description')}:</label>
@@ -67,7 +67,7 @@
                 <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>
@@ -75,12 +75,12 @@
                 <div class="checkboxes">
                     ${h.checkbox('update_after_clone',value="True")}
                 </div>
-             </div>                       
+             </div>
 	        <div class="buttons">
 	          ${h.submit('',_('fork this repository'),class_="ui-button")}
-	        </div>                                                          
+	        </div>
         </div>
-    </div>    
-    ${h.end_form()}    
+    </div>
+    ${h.end_form()}
 </div>
-</%def>   
+</%def>