aboutsummaryrefslogtreecommitdiff
path: root/templates/tags.qtpl.go
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2025-03-25 21:20:13 +0100
committerGabriel A. Giovanini <mail@gabrielgio.me>2025-03-25 21:20:13 +0100
commit6006194c072dba9f65aa08c6e3be06ea8ead8910 (patch)
treee647fd2063efce999ac97761f05aaf38fee135dd /templates/tags.qtpl.go
parentc1247a52e92523be8d225d20dc9592f32dca5088 (diff)
downloadcerrado-6006194c072dba9f65aa08c6e3be06ea8ead8910.tar.gz
cerrado-6006194c072dba9f65aa08c6e3be06ea8ead8910.tar.bz2
cerrado-6006194c072dba9f65aa08c6e3be06ea8ead8910.zip
feat: Add ref page
Now there is page more tailored to a single ref.
Diffstat (limited to 'templates/tags.qtpl.go')
-rw-r--r--templates/tags.qtpl.go4
1 files changed, 2 insertions, 2 deletions
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