diff --git a/appview/pages/templates/repo/commit.html b/appview/pages/templates/repo/commit.html
index 869b7953..e6c7eaca 100644
--- a/appview/pages/templates/repo/commit.html
+++ b/appview/pages/templates/repo/commit.html
@@ -33,7 +33,10 @@
{{ template "attribution" . }}
- {{ template "repo/fragments/time" $commit.Committer.When }}
+
+ {{ template "repo/fragments/time" $commit.Committer.When }}
+ ({{ $commit.Committer.When | longTimeFmt }})
+
{{ slice $commit.This 0 8 }}