diff --git a/rhodecode/templates/branches/branches.html b/rhodecode/templates/branches/branches.html --- a/rhodecode/templates/branches/branches.html +++ b/rhodecode/templates/branches/branches.html @@ -8,14 +8,14 @@ <%def name="breadcrumbs_links()"> ${h.link_to(u'Home',h.url('/'))} - » + » ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} » ${_('branches')} <%def name="page_nav()"> - ${self.menu('branches')} + ${self.menu('branches')} <%def name="main()"> @@ -61,7 +61,7 @@ var myDataTable = new YAHOO.widget.DataT 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 @@ myDataTable.subscribe('postRenderEvent', 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); +}); - \ No newline at end of file +