From: Michael Tremer {{ _("Committer") }}
{% raw format_email(commit.committer) %}
-
-
{% if commit.message %}
{{ _("Subject") }}
- {{ commit.subject }}
-
{% end %}
diff --git a/src/templates/modules/log-entry-small.html b/src/templates/modules/log-entry-small.html
index 4ae75f58..24632b15 100644
--- a/src/templates/modules/log-entry-small.html
+++ b/src/templates/modules/log-entry-small.html
@@ -6,6 +6,6 @@
{{ format_date(entry.time) }}
- {% module Text(commit.message, pre=True) %}
+ {% module CommitMessage(commit) %}
- {% module Text(repo.description, pre=False) %} + {% module Text(repo.description) %}
%s" % text - return text def _bugzilla_repl(self, m):