diff rhodecode/templates/admin/users_groups/users_group_add.html @ 1888:f91d3f9b7230 beta

White-space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 12 Jan 2012 06:32:40 +0200
parents aaec08ad9daf
children 9cbfb5c97078
line wrap: on
line diff
--- a/rhodecode/templates/admin/users_groups/users_group_add.html	Thu Jan 12 05:51:13 2012 +0200
+++ b/rhodecode/templates/admin/users_groups/users_group_add.html	Thu Jan 12 06:32:40 2012 +0200
@@ -5,9 +5,9 @@
     ${_('Add users group')} - ${c.rhodecode_name}
 </%def>
 <%def name="breadcrumbs_links()">
-    ${h.link_to(_('Admin'),h.url('admin_home'))} 
-    &raquo; 
-    ${h.link_to(_('Users groups'),h.url('users_groups'))} 
+    ${h.link_to(_('Admin'),h.url('admin_home'))}
+    &raquo;
+    ${h.link_to(_('Users groups'),h.url('users_groups'))}
     &raquo;
     ${_('add new users group')}
 </%def>
@@ -20,7 +20,7 @@
 <div class="box">
     <!-- box / title -->
     <div class="title">
-        ${self.breadcrumbs()}       
+        ${self.breadcrumbs()}
     </div>
     <!-- end box / title -->
     ${h.form(url('users_groups'))}
@@ -35,7 +35,7 @@
                     ${h.text('users_group_name',class_='small')}
                 </div>
              </div>
-            
+
              <div class="field">
                 <div class="label label-checkbox">
                     <label for="users_group_active">${_('Active')}:</label>
@@ -44,12 +44,12 @@
                     ${h.checkbox('users_group_active',value=True)}
                 </div>
              </div>
-            
+
             <div class="buttons">
               ${h.submit('save',_('save'),class_="ui-button")}
-            </div>             
+            </div>
         </div>
     </div>
     ${h.end_form()}
-</div>    
-</%def>    
+</div>
+</%def>