aboutsummaryrefslogtreecommitdiff
path: root/templates/gititemlog.qtpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/gititemlog.qtpl')
-rw-r--r--templates/gititemlog.qtpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/gititemlog.qtpl b/templates/gititemlog.qtpl
index e037c52..ef473b7 100644
--- a/templates/gititemlog.qtpl
+++ b/templates/gititemlog.qtpl
@@ -15,11 +15,11 @@ type GitItemLogPage struct {
<div class="col-xxl-2">
{%s TimeFormat(c.Committer.When) %}
</div>
- <div class="col-xxl-7">
+ <div class="col-xxl-7 code-view">
<pre>{%s c.Message %}</pre>
</div>
<div class="col-xxl-3">
- <small>{%s c.Committer.Name %}</small>
+ <small>{%s c.Committer.Name %} &lt;{%s c.Committer.Email %}&gt;</small>
</div>
</div>
{% endfor %}