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 @@ -2,15 +2,15 @@
- + - + - %for cnt,book in enumerate(c.repo_bookmarks.items()): - + %for cnt,book in enumerate(c.repo_bookmarks.items()): + - - + - - %endfor + + %endfor
${_('Name')} ${_('Date')} ${_('Author')} ${_('Revision')}
${h.link_to(book[0], @@ -18,16 +18,16 @@ ${h.fmt_date(book[1].date)}${h.person(book[1].author)} + ${h.person(book[1].author)}
%else: - ${_('There are no bookmarks yet')} + ${_('There are no bookmarks yet')} %endif