aboutsummaryrefslogtreecommitdiff
path: root/templates/gitlist.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/gitlist.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/gitlist.qtpl.go')
-rw-r--r--templates/gitlist.qtpl.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/gitlist.qtpl.go b/templates/gitlist.qtpl.go
index 435626e..f38c404 100644
--- a/templates/gitlist.qtpl.go
+++ b/templates/gitlist.qtpl.go
@@ -110,7 +110,7 @@ func (p *GitListPage) StreamContent(qw422016 *qt422016.Writer) {
//line gitlist.qtpl:21
qw422016.E().S(r.Name)
//line gitlist.qtpl:21
- qw422016.N().S(`">`)
+ qw422016.N().S(`/">`)
//line gitlist.qtpl:21
qw422016.E().S(r.Name)
//line gitlist.qtpl:21
@@ -131,7 +131,7 @@ func (p *GitListPage) StreamContent(qw422016 *qt422016.Writer) {
//line gitlist.qtpl:26
qw422016.E().S(r.Ref)
//line gitlist.qtpl:26
- qw422016.N().S(`">log</a>
+ qw422016.N().S(`/">log</a>
<a href="/`)
//line gitlist.qtpl:27
qw422016.E().S(r.Name)
@@ -140,12 +140,12 @@ func (p *GitListPage) StreamContent(qw422016 *qt422016.Writer) {
//line gitlist.qtpl:27
qw422016.E().S(r.Ref)
//line gitlist.qtpl:27
- qw422016.N().S(`">tree</a>
+ qw422016.N().S(`/">tree</a>
<a href="/`)
//line gitlist.qtpl:28
qw422016.E().S(r.Name)
//line gitlist.qtpl:28
- qw422016.N().S(`/refs">refs</a>
+ qw422016.N().S(`/refs/">refs</a>
</p>
</div>
`)