diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-10-05 16:59:10 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-10-05 16:59:10 +0200 |
commit | 836c0cc75c2f28cccff5892c1357873c1a29945a (patch) | |
tree | 61e49efa105044863008a3599216f2be4d559c4f /templates/gitlist.qtpl.go | |
parent | 6e5062488fc3ecbf37c11e7d111bfe6ea3b5284d (diff) | |
download | cerrado-836c0cc75c2f28cccff5892c1357873c1a29945a.tar.gz cerrado-836c0cc75c2f28cccff5892c1357873c1a29945a.tar.bz2 cerrado-836c0cc75c2f28cccff5892c1357873c1a29945a.zip |
ref: Make the warning less disruptivev0.0.15
Now the project is getting into a better shape I made the warning a less
disruptive.
Diffstat (limited to 'templates/gitlist.qtpl.go')
-rw-r--r-- | templates/gitlist.qtpl.go | 59 |
1 files changed, 31 insertions, 28 deletions
diff --git a/templates/gitlist.qtpl.go b/templates/gitlist.qtpl.go index e2644d0..29adbc6 100644 --- a/templates/gitlist.qtpl.go +++ b/templates/gitlist.qtpl.go @@ -161,68 +161,71 @@ func (p *GitListPage) StreamContent(qw422016 *qt422016.Writer) { qw422016.N().Z(p.About) //line templates/gitlist.qtpl:35 qw422016.N().S(` + <div class="alert alert-warning text-center" role="alert"> + This project is under development, things may be broken or incomplete. + </div> </div> </div> `) -//line templates/gitlist.qtpl:38 +//line templates/gitlist.qtpl:41 } -//line templates/gitlist.qtpl:38 +//line templates/gitlist.qtpl:41 func (p *GitListPage) WriteContent(qq422016 qtio422016.Writer) { -//line templates/gitlist.qtpl:38 +//line templates/gitlist.qtpl:41 qw422016 := qt422016.AcquireWriter(qq422016) -//line templates/gitlist.qtpl:38 +//line templates/gitlist.qtpl:41 p.StreamContent(qw422016) -//line templates/gitlist.qtpl:38 +//line templates/gitlist.qtpl:41 qt422016.ReleaseWriter(qw422016) -//line templates/gitlist.qtpl:38 +//line templates/gitlist.qtpl:41 } -//line templates/gitlist.qtpl:38 +//line templates/gitlist.qtpl:41 func (p *GitListPage) Content() string { -//line templates/gitlist.qtpl:38 +//line templates/gitlist.qtpl:41 qb422016 := qt422016.AcquireByteBuffer() -//line templates/gitlist.qtpl:38 +//line templates/gitlist.qtpl:41 p.WriteContent(qb422016) -//line templates/gitlist.qtpl:38 +//line templates/gitlist.qtpl:41 qs422016 := string(qb422016.B) -//line templates/gitlist.qtpl:38 +//line templates/gitlist.qtpl:41 qt422016.ReleaseByteBuffer(qb422016) -//line templates/gitlist.qtpl:38 +//line templates/gitlist.qtpl:41 return qs422016 -//line templates/gitlist.qtpl:38 +//line templates/gitlist.qtpl:41 } -//line templates/gitlist.qtpl:40 +//line templates/gitlist.qtpl:43 func (p *GitListPage) StreamScript(qw422016 *qt422016.Writer) { -//line templates/gitlist.qtpl:40 +//line templates/gitlist.qtpl:43 qw422016.N().S(` `) -//line templates/gitlist.qtpl:41 +//line templates/gitlist.qtpl:44 } -//line templates/gitlist.qtpl:41 +//line templates/gitlist.qtpl:44 func (p *GitListPage) WriteScript(qq422016 qtio422016.Writer) { -//line templates/gitlist.qtpl:41 +//line templates/gitlist.qtpl:44 qw422016 := qt422016.AcquireWriter(qq422016) -//line templates/gitlist.qtpl:41 +//line templates/gitlist.qtpl:44 p.StreamScript(qw422016) -//line templates/gitlist.qtpl:41 +//line templates/gitlist.qtpl:44 qt422016.ReleaseWriter(qw422016) -//line templates/gitlist.qtpl:41 +//line templates/gitlist.qtpl:44 } -//line templates/gitlist.qtpl:41 +//line templates/gitlist.qtpl:44 func (p *GitListPage) Script() string { -//line templates/gitlist.qtpl:41 +//line templates/gitlist.qtpl:44 qb422016 := qt422016.AcquireByteBuffer() -//line templates/gitlist.qtpl:41 +//line templates/gitlist.qtpl:44 p.WriteScript(qb422016) -//line templates/gitlist.qtpl:41 +//line templates/gitlist.qtpl:44 qs422016 := string(qb422016.B) -//line templates/gitlist.qtpl:41 +//line templates/gitlist.qtpl:44 qt422016.ReleaseByteBuffer(qb422016) -//line templates/gitlist.qtpl:41 +//line templates/gitlist.qtpl:44 return qs422016 -//line templates/gitlist.qtpl:41 +//line templates/gitlist.qtpl:44 } |