diff --git a/static/style.css b/static/style.css index 08420e1..135bf2c 100644 --- a/static/style.css +++ b/static/style.css @@ -276,6 +276,7 @@ table.blame td { padding: 0 0.5rem; border: none; vertical-align: top; } table.blame tr:hover td { background: var(--row-hover); } table.blame .commit { color: var(--link); } table.blame .author { color: var(--muted); white-space: nowrap; } +table.blame .date { color: var(--muted); white-space: nowrap; } table.blame .lineno { color: var(--muted); text-align: right; user-select: none; } table.blame .line pre { margin: 0; white-space: pre; } diff --git a/templates/repo.tmpl b/templates/repo.tmpl index 5777132..0523618 100644 --- a/templates/repo.tmpl +++ b/templates/repo.tmpl @@ -152,6 +152,7 @@ <%= l.short_oid %> <%= l.author %> +<% c++ out() << util::format_time(l.time); %> <%= l.number %>
<%= l.content %>