From d1638198df3a65fe89bfb28f6e1dd285877b55bc Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Wed, 2 Jul 2025 20:45:16 +0200 Subject: feat: Show git clone url on summary --- templates/gititemtree.qtpl.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'templates/gititemtree.qtpl.go') diff --git a/templates/gititemtree.qtpl.go b/templates/gititemtree.qtpl.go index 9116cd7..7a378cc 100644 --- a/templates/gititemtree.qtpl.go +++ b/templates/gititemtree.qtpl.go @@ -40,7 +40,7 @@ const ( ) //line templates/gititemtree.qtpl:18 -func url(name, mode, ref, filename string, path []string) string { +func generateURL(name, mode, ref, filename string, path []string) string { return u.NewPathing(). AddPath(name). AddPath(mode). @@ -94,7 +94,7 @@ func (g *GitItemTreePage) StreamGitContent(qw422016 *qt422016.Writer, name, ref //line templates/gititemtree.qtpl:34 qw422016.N().S(`root/`) //line templates/gititemtree.qtpl:36 @@ -102,7 +102,7 @@ func (g *GitItemTreePage) StreamGitContent(qw422016 *qt422016.Writer, name, ref //line templates/gititemtree.qtpl:36 qw422016.N().S(``) //line templates/gititemtree.qtpl:37 @@ -136,7 +136,7 @@ func (g *GitItemTreePage) StreamGitContent(qw422016 *qt422016.Writer, name, ref qw422016.N().S(`
..
@@ -165,7 +165,7 @@ func (g *GitItemTreePage) StreamGitContent(qw422016 *qt422016.Writer, name, ref qw422016.N().S(`
`) //line templates/gititemtree.qtpl:58 @@ -191,7 +191,7 @@ func (g *GitItemTreePage) StreamGitContent(qw422016 *qt422016.Writer, name, ref
d---------