diff rhodecode/templates/branches/branches.html @ 1888:f91d3f9b7230 beta

White-space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 12 Jan 2012 06:32:40 +0200
parents eaf09acf6872
children f6cdfc730831 76d156bef5a2
line wrap: on
line diff
--- a/rhodecode/templates/branches/branches.html	Thu Jan 12 05:51:13 2012 +0200
+++ b/rhodecode/templates/branches/branches.html	Thu Jan 12 06:32:40 2012 +0200
@@ -8,14 +8,14 @@
 <%def name="breadcrumbs_links()">
     <input class="q_filter_box" id="q_filter_branches" size="15" type="text" name="filter" value="${_('quick filter...')}"/>
     ${h.link_to(u'Home',h.url('/'))}
-    &raquo; 
+    &raquo;
     ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))}
     &raquo;
     ${_('branches')}
 </%def>
 
 <%def name="page_nav()">
-    ${self.menu('branches')} 
+    ${self.menu('branches')}
 </%def>
 
 <%def name="main()">
@@ -61,7 +61,7 @@
          MSG_SORTDESC:"${_('Click to sort descending')}",
          MSG_EMPTY:"${_('No records found.')}",
          MSG_ERROR:"${_('Data error.')}",
-         MSG_LOADING:"${_('Loading...')}",                
+         MSG_LOADING:"${_('Loading...')}",
         }
 );
 myDataTable.subscribe('postRenderEvent',function(oArgs) {
@@ -69,9 +69,9 @@
     var func = function(node){
         return node.parentNode.parentNode.parentNode.parentNode.parentNode;
     }
-    q_filter('q_filter_branches',YUQ('div.table tr td .logtags .branchtag a'),func);    
-});         
+    q_filter('q_filter_branches',YUQ('div.table tr td .logtags .branchtag a'),func);
+});
 
 </script>
 
-</%def>     
\ No newline at end of file
+</%def>