diff --git a/static/style.css b/static/style.css index bbc7c80..728c32e 100644 --- a/static/style.css +++ b/static/style.css @@ -263,7 +263,7 @@ a:hover { font-size: 0.85rem; } -.commit time { +.commit time, .log time { display: block; } diff --git a/templates/log.html b/templates/log.html index 1ab6cbc..6cb9833 100644 --- a/templates/log.html +++ b/templates/log.html @@ -19,7 +19,7 @@
{{ .Author.Name }} {{ .Author.Email }} -
{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}
+
{{ end }} diff --git a/templates/repo.html b/templates/repo.html index 1c700b5..8c06822 100644 --- a/templates/repo.html +++ b/templates/repo.html @@ -21,7 +21,7 @@
{{ .Author.Name }} {{ .Author.Email }} -
{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}
+
{{ end }}