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/gititemlog.qtpl | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'templates/gititemlog.qtpl') diff --git a/templates/gititemlog.qtpl b/templates/gititemlog.qtpl index 3588d32..ee3841c 100644 --- a/templates/gititemlog.qtpl +++ b/templates/gititemlog.qtpl @@ -11,18 +11,7 @@ type GitItemLogPage struct { {% func (g *GitItemLogPage) GitContent(name, ref string) %}
{% 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 %}
{% endfunc %} -- cgit v1.2.3