diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-06-09 20:07:00 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-06-09 20:07:00 +0200 |
commit | 2fcc394c53f995750b52ad06153041f61f0a0c55 (patch) | |
tree | 6828a8e2520fdf27611efb33509f3cc745de68d4 /templates/gititemlog.qtpl | |
parent | 02614b3781f6acdfc6df0e7b07d856b2779c4ac7 (diff) | |
download | cerrado-2fcc394c53f995750b52ad06153041f61f0a0c55.tar.gz cerrado-2fcc394c53f995750b52ad06153041f61f0a0c55.tar.bz2 cerrado-2fcc394c53f995750b52ad06153041f61f0a0c55.zip |
feat: Add global reference to ref and name
Diffstat (limited to 'templates/gititemlog.qtpl')
-rw-r--r-- | templates/gititemlog.qtpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gititemlog.qtpl b/templates/gititemlog.qtpl index ef473b7..1af05ca 100644 --- a/templates/gititemlog.qtpl +++ b/templates/gititemlog.qtpl @@ -8,7 +8,7 @@ type GitItemLogPage struct { {% func (g *GitItemLogPage) Nav(name, ref string) %}{%= GitItemNav(name, ref, Log) %}{% endfunc %} -{% func (g *GitItemLogPage) GitContent() %} +{% func (g *GitItemLogPage) GitContent(name, ref string) %} <div class="logs"> {% for _, c := range g.Commits %} <div class="row"> |