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 @@ -3,23 +3,29 @@
| Raw name | ##notranslation${_('Name')} | +Raw date | ##notranslation${_('Date')} | ${_('Author')} | +Raw rev | ##notranslation${_('Revision')} | ${_('Compare')} |
|---|---|---|---|---|---|---|---|
| ${book[0]} | ${h.link_to(book[0], h.url('files_home',repo_name=c.repo_name,revision=book[1].raw_id))} | +${book[1]._timestamp} | ${h.fmt_date(book[1].date)} | ${h.person(book[1].author)} | +${book[1].revision} |