diff --git a/rhodecode/templates/journal.html b/rhodecode/templates/journal.html
--- a/rhodecode/templates/journal.html
+++ b/rhodecode/templates/journal.html
@@ -24,15 +24,19 @@
${entry.user.name} ${entry.user.lastname}
- ${h.action_parser(entry)}
-
+ ${h.action_parser(entry)}
+
+ ${h.action_parser_icon(entry)}
+
+
+
%if entry.repository:
${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)}
@@ -76,4 +80,13 @@
%endif
+
+
+
%def>