diff --git a/rhodecode/templates/journal/journal.html b/rhodecode/templates/journal/journal.html --- a/rhodecode/templates/journal/journal.html +++ b/rhodecode/templates/journal/journal.html @@ -15,16 +15,13 @@
${_('Journal')}
-
- + +
${c.journal_data}
@@ -44,6 +41,7 @@
+ %if c.user_repos: @@ -52,7 +50,6 @@ - %if c.user_repos: %for repo in c.user_repos: %endfor + +
${_('action')}
@@ -86,6 +83,8 @@
%else:
${_('No repositories yet')} @@ -93,29 +92,26 @@ ${h.link_to(_('create one now'),h.url('admin_settings_create_repository'),class_="ui-button-small")} %endif
- %endif - - + %endif
+ %endif + + 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 @@ -31,17 +31,19 @@ %endfor %endfor -
- -${c.journal_pager.pager('$link_previous ~2~ $link_next')} -
+
+ + ${c.journal_pager.pager('$link_previous ~2~ $link_next')} +
%else: - ${_('No entries yet')} +
+ ${_('No entries yet')} +
%endif \ No newline at end of file