aboutsummaryrefslogtreecommitdiff
path: root/templates/gititemabout.qtpl.go
diff options
context:
space:
mode:
Diffstat (limited to 'templates/gititemabout.qtpl.go')
-rw-r--r--templates/gititemabout.qtpl.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/gititemabout.qtpl.go b/templates/gititemabout.qtpl.go
index 7b772e5..0827fbe 100644
--- a/templates/gititemabout.qtpl.go
+++ b/templates/gititemabout.qtpl.go
@@ -22,29 +22,29 @@ type GitItemAboutPage struct {
}
//line gititemabout.qtpl:6
-func (g *GitItemAboutPage) StreamNav(qw422016 *qt422016.Writer, name string) {
+func (g *GitItemAboutPage) StreamNav(qw422016 *qt422016.Writer, name, ref string) {
//line gititemabout.qtpl:6
- StreamGitItemNav(qw422016, name, Readme)
+ StreamGitItemNav(qw422016, name, ref, Readme)
//line gititemabout.qtpl:6
}
//line gititemabout.qtpl:6
-func (g *GitItemAboutPage) WriteNav(qq422016 qtio422016.Writer, name string) {
+func (g *GitItemAboutPage) WriteNav(qq422016 qtio422016.Writer, name, ref string) {
//line gititemabout.qtpl:6
qw422016 := qt422016.AcquireWriter(qq422016)
//line gititemabout.qtpl:6
- g.StreamNav(qw422016, name)
+ g.StreamNav(qw422016, name, ref)
//line gititemabout.qtpl:6
qt422016.ReleaseWriter(qw422016)
//line gititemabout.qtpl:6
}
//line gititemabout.qtpl:6
-func (g *GitItemAboutPage) Nav(name string) string {
+func (g *GitItemAboutPage) Nav(name, ref string) string {
//line gititemabout.qtpl:6
qb422016 := qt422016.AcquireByteBuffer()
//line gititemabout.qtpl:6
- g.WriteNav(qb422016, name)
+ g.WriteNav(qb422016, name, ref)
//line gititemabout.qtpl:6
qs422016 := string(qb422016.B)
//line gititemabout.qtpl:6