diff rhodecode/templates/bookmarks/bookmarks.html @ 3707:93de03499097 beta

shortlog: show all refs (bookmarks,tags,branches) in one dedicated column - rename confusing name bookbook to booktag (as others similar names)
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 07 Apr 2013 23:11:17 +0200
parents 690a955ba785
children 574825da0d4e
line wrap: on
line diff
--- a/rhodecode/templates/bookmarks/bookmarks.html	Sun Apr 07 22:18:03 2013 +0200
+++ b/rhodecode/templates/bookmarks/bookmarks.html	Sun Apr 07 23:11:17 2013 +0200
@@ -67,7 +67,7 @@
     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 .booktag a'),func);
 });
 
 </script>