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 @@ -10,7 +10,7 @@ ${self.menu('home')} <%def name="main()"> - +
@@ -19,25 +19,25 @@
  • ${_('Refresh')} -
  • - -
    + + +
    ${c.journal_data}
    -
    - +
    + ${_('My repos')} / ${_('Watched')}
    %if h.HasPermissionAny('hg.admin','hg.create.repository')(): - %endif + + + %endif
    @@ -50,7 +50,7 @@ ${_('Name')} ${_('Tip')} ${_('Action')} - ${_('Action')} + ${_('Action')} <%namespace name="dt" file="/_data_table/_dt_elements.html"/> @@ -66,14 +66,14 @@ ##LAST REVISION - ${dt.revision(repo['name'],repo['rev'],repo['tip'],repo['author'],repo['last_msg'])} + ${dt.revision(repo['name'],repo['rev'],repo['tip'],repo['author'],repo['last_msg'])} ## ${_('private')} ${h.form(url('repo_settings_delete', repo_name=repo['name']),method='delete')} ${h.submit('remove_%s' % repo['name'],'',class_="delete_icon action_button",onclick="return confirm('Confirm to delete this repository');")} - ${h.end_form()} + ${h.end_form()} %endfor @@ -82,14 +82,14 @@
    %else:
    - ${_('No repositories yet')} + ${_('No repositories yet')} %if h.HasPermissionAny('hg.admin','hg.create.repository')(): ${h.link_to(_('create one now'),h.url('admin_settings_create_repository'),class_="ui-btn")} %endif
    - %endif + %endif
    - +