aboutsummaryrefslogtreecommitdiff
path: root/templates/gititemabout.qtpl.go
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2024-10-05 15:03:54 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2024-10-05 15:03:54 +0200
commit2fb43cc1271572d26298da70f823814cae87a3a0 (patch)
tree2147c691adc23b6833ab5a68670a31474a27135a /templates/gititemabout.qtpl.go
parenta47effe083d70cae7f039ff207087447a7a82ee0 (diff)
downloadcerrado-2fb43cc1271572d26298da70f823814cae87a3a0.tar.gz
cerrado-2fb43cc1271572d26298da70f823814cae87a3a0.tar.bz2
cerrado-2fb43cc1271572d26298da70f823814cae87a3a0.zip
chore: Regenerate go templates
Now they should have correct path for the source template file.
Diffstat (limited to 'templates/gititemabout.qtpl.go')
-rw-r--r--templates/gititemabout.qtpl.go72
1 files changed, 36 insertions, 36 deletions
diff --git a/templates/gititemabout.qtpl.go b/templates/gititemabout.qtpl.go
index e1c1db4..12b4be9 100644
--- a/templates/gititemabout.qtpl.go
+++ b/templates/gititemabout.qtpl.go
@@ -1,97 +1,97 @@
// Code generated by qtc from "gititemabout.qtpl". DO NOT EDIT.
// See https://github.com/valyala/quicktemplate for details.
-//line gititemabout.qtpl:1
+//line templates/gititemabout.qtpl:1
package templates
-//line gititemabout.qtpl:1
+//line templates/gititemabout.qtpl:1
import (
qtio422016 "io"
qt422016 "github.com/valyala/quicktemplate"
)
-//line gititemabout.qtpl:1
+//line templates/gititemabout.qtpl:1
var (
_ = qtio422016.Copy
_ = qt422016.AcquireByteBuffer
)
-//line gititemabout.qtpl:2
+//line templates/gititemabout.qtpl:2
type GitItemAboutPage struct {
About []byte
}
-//line gititemabout.qtpl:7
+//line templates/gititemabout.qtpl:7
func (g *GitItemAboutPage) StreamNav(qw422016 *qt422016.Writer, name, ref string) {
-//line gititemabout.qtpl:7
+//line templates/gititemabout.qtpl:7
StreamGitItemNav(qw422016, name, ref, Readme)
-//line gititemabout.qtpl:7
+//line templates/gititemabout.qtpl:7
}
-//line gititemabout.qtpl:7
+//line templates/gititemabout.qtpl:7
func (g *GitItemAboutPage) WriteNav(qq422016 qtio422016.Writer, name, ref string) {
-//line gititemabout.qtpl:7
+//line templates/gititemabout.qtpl:7
qw422016 := qt422016.AcquireWriter(qq422016)
-//line gititemabout.qtpl:7
+//line templates/gititemabout.qtpl:7
g.StreamNav(qw422016, name, ref)
-//line gititemabout.qtpl:7
+//line templates/gititemabout.qtpl:7
qt422016.ReleaseWriter(qw422016)
-//line gititemabout.qtpl:7
+//line templates/gititemabout.qtpl:7
}
-//line gititemabout.qtpl:7
+//line templates/gititemabout.qtpl:7
func (g *GitItemAboutPage) Nav(name, ref string) string {
-//line gititemabout.qtpl:7
+//line templates/gititemabout.qtpl:7
qb422016 := qt422016.AcquireByteBuffer()
-//line gititemabout.qtpl:7
+//line templates/gititemabout.qtpl:7
g.WriteNav(qb422016, name, ref)
-//line gititemabout.qtpl:7
+//line templates/gititemabout.qtpl:7
qs422016 := string(qb422016.B)
-//line gititemabout.qtpl:7
+//line templates/gititemabout.qtpl:7
qt422016.ReleaseByteBuffer(qb422016)
-//line gititemabout.qtpl:7
+//line templates/gititemabout.qtpl:7
return qs422016
-//line gititemabout.qtpl:7
+//line templates/gititemabout.qtpl:7
}
-//line gititemabout.qtpl:9
+//line templates/gititemabout.qtpl:9
func (g *GitItemAboutPage) StreamGitContent(qw422016 *qt422016.Writer, name, ref string) {
-//line gititemabout.qtpl:9
+//line templates/gititemabout.qtpl:9
qw422016.N().S(`
<div class="m-2">
`)
-//line gititemabout.qtpl:11
+//line templates/gititemabout.qtpl:11
qw422016.N().Z(g.About)
-//line gititemabout.qtpl:11
+//line templates/gititemabout.qtpl:11
qw422016.N().S(`
</div>
`)
-//line gititemabout.qtpl:13
+//line templates/gititemabout.qtpl:13
}
-//line gititemabout.qtpl:13
+//line templates/gititemabout.qtpl:13
func (g *GitItemAboutPage) WriteGitContent(qq422016 qtio422016.Writer, name, ref string) {
-//line gititemabout.qtpl:13
+//line templates/gititemabout.qtpl:13
qw422016 := qt422016.AcquireWriter(qq422016)
-//line gititemabout.qtpl:13
+//line templates/gititemabout.qtpl:13
g.StreamGitContent(qw422016, name, ref)
-//line gititemabout.qtpl:13
+//line templates/gititemabout.qtpl:13
qt422016.ReleaseWriter(qw422016)
-//line gititemabout.qtpl:13
+//line templates/gititemabout.qtpl:13
}
-//line gititemabout.qtpl:13
+//line templates/gititemabout.qtpl:13
func (g *GitItemAboutPage) GitContent(name, ref string) string {
-//line gititemabout.qtpl:13
+//line templates/gititemabout.qtpl:13
qb422016 := qt422016.AcquireByteBuffer()
-//line gititemabout.qtpl:13
+//line templates/gititemabout.qtpl:13
g.WriteGitContent(qb422016, name, ref)
-//line gititemabout.qtpl:13
+//line templates/gititemabout.qtpl:13
qs422016 := string(qb422016.B)
-//line gititemabout.qtpl:13
+//line templates/gititemabout.qtpl:13
qt422016.ReleaseByteBuffer(qb422016)
-//line gititemabout.qtpl:13
+//line templates/gititemabout.qtpl:13
return qs422016
-//line gititemabout.qtpl:13
+//line templates/gititemabout.qtpl:13
}