aboutsummaryrefslogtreecommitdiff
path: root/templates/gititemsummary.qtpl.go
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2025-02-15 21:18:06 +0100
committerGabriel A. Giovanini <mail@gabrielgio.me>2025-02-15 21:18:06 +0100
commit998c1777afeeb44ecf6ba2e735a4d6176a9b339e (patch)
treecd559a07a3a4a2e529947549f6352b6202031a23 /templates/gititemsummary.qtpl.go
parent27400b0fce5d4ef3b7fd5ef4d25bac8f00754e33 (diff)
downloadcerrado-998c1777afeeb44ecf6ba2e735a4d6176a9b339e.tar.gz
cerrado-998c1777afeeb44ecf6ba2e735a4d6176a9b339e.tar.bz2
cerrado-998c1777afeeb44ecf6ba2e735a4d6176a9b339e.zip
feat: Add tag and branch to log
Now it is possible to see tag and branch on the log page.
Diffstat (limited to 'templates/gititemsummary.qtpl.go')
-rw-r--r--templates/gititemsummary.qtpl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gititemsummary.qtpl.go b/templates/gititemsummary.qtpl.go
index e17ec7c..0a78258 100644
--- a/templates/gititemsummary.qtpl.go
+++ b/templates/gititemsummary.qtpl.go
@@ -139,7 +139,7 @@ func (g *GitItemSummaryPage) StreamGitContent(qw422016 *qt422016.Writer, name, r
qw422016.N().S(`
`)
//line templates/gititemsummary.qtpl:41
- StreamCommit(qw422016, name, c.Commit(), false)
+ StreamCommit(qw422016, name, c, false)
//line templates/gititemsummary.qtpl:41
qw422016.N().S(`
`)