diff --git a/rhodecode/templates/journal/journal_data.html b/rhodecode/templates/journal/journal_data.html --- a/rhodecode/templates/journal/journal_data.html +++ b/rhodecode/templates/journal/journal_data.html @@ -2,7 +2,7 @@ %if c.journal_day_aggreagate: %for day,items in c.journal_day_aggreagate: -
${day}
+
${day}
% for user,entries in items:
@@ -34,8 +34,10 @@
%endfor %endfor - -
+ +
+ ${c.journal_pager.pager('$link_previous ~2~ $link_next')} +
- ${c.journal_pager.pager('$link_previous ~2~ $link_next')} -
+ %else:
${_('No entries yet')}