diff --git a/rhodecode/templates/bookmarks/bookmarks.html b/rhodecode/templates/bookmarks/bookmarks.html --- a/rhodecode/templates/bookmarks/bookmarks.html +++ b/rhodecode/templates/bookmarks/bookmarks.html @@ -9,7 +9,7 @@ <%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))} » ${_('bookmarks')} @@ -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,10 +69,10 @@ myDataTable.subscribe('postRenderEvent', var func = function(node){ return node.parentNode.parentNode.parentNode.parentNode.parentNode; } - q_filter('q_filter_bookmarks',YUQ('div.table tr td .logbooks .bookbook a'),func); -}); + q_filter('q_filter_bookmarks',YUQ('div.table tr td .logbooks .bookbook a'),func); +}); - \ No newline at end of file +