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/gititemcommit.qtpl.go | |
parent | 64d9bcc4e567a0f816a0388bf740baa4c01d2323 (diff) | |
download | cerrado-8a237e0cfea615747976d03ed1a6b1a932e5fa86.tar.gz cerrado-8a237e0cfea615747976d03ed1a6b1a932e5fa86.tar.bz2 cerrado-8a237e0cfea615747976d03ed1a6b1a932e5fa86.zip |
feat: Add tar.gz link to commit pagev0.0.13
Diffstat (limited to 'templates/gititemcommit.qtpl.go')
-rw-r--r-- | templates/gititemcommit.qtpl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gititemcommit.qtpl.go b/templates/gititemcommit.qtpl.go index 13c1fa9..f94a1c2 100644 --- a/templates/gititemcommit.qtpl.go +++ b/templates/gititemcommit.qtpl.go @@ -65,7 +65,7 @@ func (g *GitItemCommitPage) StreamGitContent(qw422016 *qt422016.Writer, name, re <div class="event-list"> `) //line gititemcommit.qtpl:13 - StreamCommit(qw422016, name, g.Commit) + StreamCommit(qw422016, name, g.Commit, true) //line gititemcommit.qtpl:13 qw422016.N().S(` </div> |