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 @@ -14,14 +14,15 @@
${h.action_parser(entry)}
- %if entry.repository: + %if entry.repository is not None: ${h.link_to(entry.repository.repo_name, h.url('summary_home',repo_name=entry.repository.repo_name))} %else: ${entry.repository_name} %endif - - ${h.age(entry.action_date)} +
+
${h.age(entry.action_date)}
%endfor