aboutsummaryrefslogtreecommitdiff
path: root/templates/gititemrefs.qtpl.go
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2024-06-15 19:21:34 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2024-06-15 19:21:34 +0200
commit10925e006bf43edc79331fbe601e09a28c43df2b (patch)
tree815b6efd2197d478f57a425252e6b5d75ab643f6 /templates/gititemrefs.qtpl.go
parentce5185f551b707fe8dd8db8b5cbffd46e96cacc0 (diff)
downloadcerrado-10925e006bf43edc79331fbe601e09a28c43df2b.tar.gz
cerrado-10925e006bf43edc79331fbe601e09a28c43df2b.tar.bz2
cerrado-10925e006bf43edc79331fbe601e09a28c43df2b.zip
fix: Reduce some redirectsv0.0.5
Diffstat (limited to 'templates/gititemrefs.qtpl.go')
-rw-r--r--templates/gititemrefs.qtpl.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/gititemrefs.qtpl.go b/templates/gititemrefs.qtpl.go
index 62c1725..b00736e 100644
--- a/templates/gititemrefs.qtpl.go
+++ b/templates/gititemrefs.qtpl.go
@@ -94,7 +94,7 @@ func (g *GitItemRefsPage) StreamGitContent(qw422016 *qt422016.Writer, name, ref
//line gititemrefs.qtpl:24
qw422016.E().S(t.Name().Short())
//line gititemrefs.qtpl:24
- qw422016.N().S(`">tree</a>
+ qw422016.N().S(`/">tree</a>
<a href="/`)
//line gititemrefs.qtpl:25
qw422016.E().S(name)
@@ -103,7 +103,7 @@ func (g *GitItemRefsPage) StreamGitContent(qw422016 *qt422016.Writer, name, ref
//line gititemrefs.qtpl:25
qw422016.E().S(t.Name().Short())
//line gititemrefs.qtpl:25
- qw422016.N().S(`">log</a>
+ qw422016.N().S(`/">log</a>
</div>
</div>
</div>
@@ -150,7 +150,7 @@ func (g *GitItemRefsPage) StreamGitContent(qw422016 *qt422016.Writer, name, ref
//line gititemrefs.qtpl:44
qw422016.E().S(b.Name().Short())
//line gititemrefs.qtpl:44
- qw422016.N().S(`">tree</a>
+ qw422016.N().S(`/">tree</a>
<a href="/`)
//line gititemrefs.qtpl:45
qw422016.E().S(name)
@@ -159,7 +159,7 @@ func (g *GitItemRefsPage) StreamGitContent(qw422016 *qt422016.Writer, name, ref
//line gititemrefs.qtpl:45
qw422016.E().S(b.Name().Short())
//line gititemrefs.qtpl:45
- qw422016.N().S(`">log</a>
+ qw422016.N().S(`/">log</a>
</div>
</div>
</div>