aboutsummaryrefslogtreecommitdiff
path: root/templates/gititemrefs.qtpl
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2024-06-01 19:59:43 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2024-06-01 19:59:43 +0200
commite3705f35c642e578625ce4574d189fa0b0869403 (patch)
treef63d779d4eb817ad6b5abed30f50ad3b85ffcab1 /templates/gititemrefs.qtpl
parentf1643ffcbd543cacfe9ab5e46eafdd0c39cd47fd (diff)
downloadcerrado-e3705f35c642e578625ce4574d189fa0b0869403.tar.gz
cerrado-e3705f35c642e578625ce4574d189fa0b0869403.tar.bz2
cerrado-e3705f35c642e578625ce4574d189fa0b0869403.zip
feat: Add ref support
Now log and tree can be loaded using a given reference.
Diffstat (limited to 'templates/gititemrefs.qtpl')
-rw-r--r--templates/gititemrefs.qtpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/gititemrefs.qtpl b/templates/gititemrefs.qtpl
index 9c58863..56f6c2b 100644
--- a/templates/gititemrefs.qtpl
+++ b/templates/gititemrefs.qtpl
@@ -8,7 +8,7 @@ type GitItemRefsPage struct {
}
%}
-{% func (g *GitItemRefsPage) Nav(name string) %}{%= GitItemNav(name ,Refs) %}{% endfunc %}
+{% func (g *GitItemRefsPage) Nav(name, ref string) %}{%= GitItemNav(name, ref, Refs) %}{% endfunc %}
{% func (g *GitItemRefsPage) GitContent() %}
<div class="row">
@@ -36,7 +36,7 @@ type GitItemRefsPage struct {
{% for _, b := range g.Branches %}
<div class="row">
<div class="col-xxl">
- {%s b.String() %}
+ {%s b.Name().Short() %}
</div>
</div>
{% endfor %}