From f1643ffcbd543cacfe9ab5e46eafdd0c39cd47fd Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 1 Jun 2024 18:24:22 +0200 Subject: feat: Add refs page UI now it is a broken state. I'll all pages working first so I can better style it later. --- templates/gititemlog.qtpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/gititemlog.qtpl') diff --git a/templates/gititemlog.qtpl b/templates/gititemlog.qtpl index a39fb77..436c1d2 100644 --- a/templates/gititemlog.qtpl +++ b/templates/gititemlog.qtpl @@ -12,14 +12,14 @@ type GitItemLogPage struct {
{% for _, c := range g.Commits %}
-
+
{%s TimeFormat(c.Committer.When) %}
-
+
{%s c.Message %}
-
- {%s c.Committer.Name %} +
+ {%s c.Committer.Name %}
{% endfor %} -- cgit v1.2.3