From 75d3ee252e7d966055bb76258d3e0da28488d261 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Tue, 25 Jun 2024 12:48:20 +0200 Subject: ref: Redo commit cell --- templates/gititemsummary.qtpl | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'templates/gititemsummary.qtpl') diff --git a/templates/gititemsummary.qtpl b/templates/gititemsummary.qtpl index 06a785a..ef2c534 100644 --- a/templates/gititemsummary.qtpl +++ b/templates/gititemsummary.qtpl @@ -44,6 +44,7 @@ type GitItemSummaryPage struct {
@@ -56,17 +57,7 @@ type GitItemSummaryPage struct {
{% for _, c := range g.Commits %} -
-
- {%s TimeFormat(c.Committer.When) %} -
-
-
{%s c.Message %}
-
-
- {%s c.Committer.Name %} <{%s c.Committer.Email %}> -
-
+ {%= Commit(name, c) %} {% endfor %}
-- cgit v1.2.3