diff rhodecode/templates/admin/repos/repo_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 4b62d2fea08a
children b4f401524060
line wrap: on
line diff
--- a/rhodecode/templates/admin/repos/repo_add.html	Thu Jan 12 05:51:13 2012 +0200
+++ b/rhodecode/templates/admin/repos/repo_add.html	Thu Jan 12 06:32:40 2012 +0200
@@ -6,9 +6,9 @@
 </%def>
 
 <%def name="breadcrumbs_links()">
-    ${h.link_to(_('Admin'),h.url('admin_home'))} 
-    &raquo; 
-    ${h.link_to(_('Repositories'),h.url('repos'))} 
+    ${h.link_to(_('Admin'),h.url('admin_home'))}
+    &raquo;
+    ${h.link_to(_('Repositories'),h.url('repos'))}
     &raquo;
     ${_('add new')}
 </%def>
@@ -21,8 +21,8 @@
 	<div class="box">
 	    <!-- box / title -->
 	    <div class="title">
-	        ${self.breadcrumbs()}      
+	        ${self.breadcrumbs()}
 	    </div>
         <%include file="repo_add_base.html"/>
-    </div>        
-</%def>   
\ No newline at end of file
+    </div>
+</%def>