diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-06-15 19:21:34 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-06-15 19:21:34 +0200 |
commit | 10925e006bf43edc79331fbe601e09a28c43df2b (patch) | |
tree | 815b6efd2197d478f57a425252e6b5d75ab643f6 /templates/gitlist.qtpl.go | |
parent | ce5185f551b707fe8dd8db8b5cbffd46e96cacc0 (diff) | |
download | cerrado-0.0.5.tar.gz cerrado-0.0.5.tar.bz2 cerrado-0.0.5.zip |
fix: Reduce some redirectsv0.0.5
Diffstat (limited to 'templates/gitlist.qtpl.go')
-rw-r--r-- | templates/gitlist.qtpl.go | 8 |
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> `) |