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,5 +1,5 @@ %if c.repo_bookmarks: -
+
@@ -10,24 +10,24 @@ %for cnt,book in enumerate(c.repo_bookmarks.items()): - + - + + %endfor
${h.link_to(book[0], h.url('files_home',repo_name=c.repo_name,revision=book[1].raw_id))} ${book[1].date}${book[1].date} ${h.person(book[1].author)} -
%else: ${_('There are no bookmarks yet')} -%endif \ No newline at end of file +%endif