aboutsummaryrefslogtreecommitdiff
path: root/templates/commit.qtpl.go
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2025-02-15 21:22:24 +0100
committerGabriel A. Giovanini <mail@gabrielgio.me>2025-02-15 21:22:24 +0100
commit5845a8685b1696cd510a3362d1f174568d3a9221 (patch)
treed9da709a5b52044c1e9a79624e16000a880c3d46 /templates/commit.qtpl.go
parent998c1777afeeb44ecf6ba2e735a4d6176a9b339e (diff)
downloadcerrado-0.1.tar.gz
cerrado-0.1.tar.bz2
cerrado-0.1.zip
feat: Remove under development warningv0.1
The project is good shape now that there is not need to the warning.
Diffstat (limited to 'templates/commit.qtpl.go')
-rw-r--r--templates/commit.qtpl.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/commit.qtpl.go b/templates/commit.qtpl.go
index fda993d..5017880 100644
--- a/templates/commit.qtpl.go
+++ b/templates/commit.qtpl.go
@@ -60,12 +60,12 @@ func StreamCommit(qw422016 *qt422016.Writer, name string, c *git.CommitReference
qw422016.E().S(c.Commit().Author.Name)
//line templates/commit.qtpl:9
qw422016.N().S(`</a>
- —
`)
-//line templates/commit.qtpl:11
+//line templates/commit.qtpl:10
if c.HasReference() {
-//line templates/commit.qtpl:11
+//line templates/commit.qtpl:10
qw422016.N().S(`
+ —
`)
//line templates/commit.qtpl:12
for _, r := range c.References() {