aboutsummaryrefslogtreecommitdiff
path: root/templates/commit.qtpl
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
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')
-rw-r--r--templates/commit.qtpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/commit.qtpl b/templates/commit.qtpl
index adc6f2a..b58b238 100644
--- a/templates/commit.qtpl
+++ b/templates/commit.qtpl
@@ -7,8 +7,8 @@
<div class="col-md">
<a title="{%s c.Commit().Hash.String() %}" href="/{%s name %}/commit/{%s c.Commit().Hash.String() %}/">{%s c.Commit().Hash.String()[0:8] %}</a> —
<a title="{%s c.Commit().Committer.Email %}" href="mailto:{%s c.Commit().Author.Email %}">{%s c.Commit().Author.Name %}</a>
- —
{% if c.HasReference() %}
+ —
{% for _, r := range c.References() %}
{% if r.Name().IsBranch() %}
<a class="ref branch" title="{%s c.Commit().Hash.String() %}" href="/{%s name %}/tree/{%s r.Name().Short() %}/">{%s r.Name().Short() %}</a>