diff options
Diffstat (limited to 'templates/log.html')
-rw-r--r-- | templates/log.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/log.html b/templates/log.html index 357a5a8..de7b200 100644 --- a/templates/log.html +++ b/templates/log.html @@ -12,7 +12,8 @@ {{ $repo := .name }} {{ range .commits }} <p><a href="/{{ $repo }}/commit/{{ .Hash.String }}">{{ slice .Hash.String 0 8 }}<a> - — {{ .Author.Name }}</p> + — {{ .Author.Name }} + <span title="{{ .Author.When }}">{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</span></p> <p><pre>{{ .Message }}</pre></p> {{ end }} </main> |