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 + +