diff rhodecode/templates/admin/repos_groups/repos_groups_show.html @ 1888:f91d3f9b7230 beta

White-space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 12 Jan 2012 06:32:40 +0200
parents 94e9e8605096
children 9e377342802c
line wrap: on
line diff
--- a/rhodecode/templates/admin/repos_groups/repos_groups_show.html	Thu Jan 12 05:51:13 2012 +0200
+++ b/rhodecode/templates/admin/repos_groups/repos_groups_show.html	Thu Jan 12 06:32:40 2012 +0200
@@ -20,14 +20,14 @@
         <ul class="links">
           <li>
             <span>${h.link_to(_(u'ADD NEW GROUP'),h.url('new_repos_group'))}</span>
-          </li>          
-        </ul>        
+          </li>
+        </ul>
     </div>
     <!-- end box / title -->
     <div class="table">
            % if c.groups:
             <table class="table_disp">
-            
+
                 <thead>
                     <tr>
                         <th class="left"><a href="#">${_('Group name')}</a></th>
@@ -36,9 +36,9 @@
                         <th class="left">${_('action')}</th>
                     </tr>
                 </thead>
-                
+
                 ## REPO GROUPS
-                
+
                 % for gr in c.groups:
                   <tr>
                       <td>
@@ -53,16 +53,16 @@
 		                 ${h.form(url('repos_group', id=gr.group_id),method='delete')}
 		                   ${h.submit('remove_%s' % gr.name,'delete',class_="delete_icon action_button",onclick="return confirm('"+_('Confirm to delete this group: %s') % gr.name+"');")}
 		                 ${h.end_form()}
-		               </td>                      
+		               </td>
                   </tr>
                 % endfor
-                
+
             </table>
             % else:
                 ${_('There are no repositories groups yet')}
             % endif
-         
+
     </div>
-</div> 
-           
-</%def>    
+</div>
+
+</%def>