summaryrefslogtreecommitdiffstats
path: root/templates/commit.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/commit.html')
-rw-r--r--templates/commit.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/commit.html b/templates/commit.html
index 9ab945a..1b4a8d9 100644
--- a/templates/commit.html
+++ b/templates/commit.html
@@ -10,8 +10,11 @@
<pre>
{{- .commit.Message -}}
</pre>
- <p>{{ .commit.Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</p>
- <p>{{ .commit.Author.Name }} <span class="commit-email">{{ .commit.Author.Email}}</span></p>
+ <div class="commit-info">
+ {{ .commit.Author.Name }} <span class="commit-email">{{ .commit.Author.Email}}</span>
+ <div>{{ .commit.Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</div>
+ </div>
+
<p>commit: <a href="/{{ .name }}/commit/{{ .commit.This }}">
{{ .commit.This }}
</a>