diff --git a/rhodecode/templates/bookmarks/bookmarks_data.html b/rhodecode/templates/bookmarks/bookmarks_data.html --- a/rhodecode/templates/bookmarks/bookmarks_data.html +++ b/rhodecode/templates/bookmarks/bookmarks_data.html @@ -1,11 +1,14 @@ -%if c.repo_bookmarks: - +%if c.repo_bookmarks: +
+
+ - - - - + + + + + %for cnt,book in enumerate(c.repo_bookmarks.items()): %endfor
${_('name')}${_('date')}${_('author')}${_('revision')}${_('Name')}${_('Date')}${_('Author')}${_('Revision')}
@@ -24,6 +27,7 @@
+ %else: ${_('There are no bookmarks yet')} %endif \ No newline at end of file