diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-07-21 17:55:51 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-07-21 17:56:27 +0200 |
commit | 8a237e0cfea615747976d03ed1a6b1a932e5fa86 (patch) | |
tree | 6fc4eb3159d502aa3a83b3ea3ea6a2b7bad2955a /templates/gititemlog.qtpl.go | |
parent | 64d9bcc4e567a0f816a0388bf740baa4c01d2323 (diff) | |
download | cerrado-87f8598734b44b9421e4252b2c2750f8c979bdd9.tar.gz cerrado-87f8598734b44b9421e4252b2c2750f8c979bdd9.tar.bz2 cerrado-87f8598734b44b9421e4252b2c2750f8c979bdd9.zip |
feat: Add tar.gz link to commit pagev0.0.13
Diffstat (limited to 'templates/gititemlog.qtpl.go')
-rw-r--r-- | templates/gititemlog.qtpl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gititemlog.qtpl.go b/templates/gititemlog.qtpl.go index da8167a..bb37a08 100644 --- a/templates/gititemlog.qtpl.go +++ b/templates/gititemlog.qtpl.go @@ -70,7 +70,7 @@ func (g *GitItemLogPage) StreamGitContent(qw422016 *qt422016.Writer, name, ref s qw422016.N().S(` `) //line gititemlog.qtpl:14 - StreamCommit(qw422016, name, c) + StreamCommit(qw422016, name, c, false) //line gititemlog.qtpl:14 qw422016.N().S(` `) |