From 6006194c072dba9f65aa08c6e3be06ea8ead8910 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Tue, 25 Mar 2025 21:20:13 +0100 Subject: feat: Add ref page Now there is page more tailored to a single ref. --- templates/tags.qtpl.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/tags.qtpl.go') diff --git a/templates/tags.qtpl.go b/templates/tags.qtpl.go index a89ddd3..5aedd78 100644 --- a/templates/tags.qtpl.go +++ b/templates/tags.qtpl.go @@ -46,9 +46,9 @@ func StreamListTags(qw422016 *qt422016.Writer, name string, tags []*git.TagRefer //line templates/tags.qtpl:10 qw422016.E().S(name) //line templates/tags.qtpl:10 - qw422016.N().S(`/commit/`) + qw422016.N().S(`/ref/`) //line templates/tags.qtpl:10 - qw422016.E().S(t.HashString()) + qw422016.E().S(t.ShortName()) //line templates/tags.qtpl:10 qw422016.N().S(`">`) //line templates/tags.qtpl:10 -- cgit v1.2.3