From 6006194c072dba9f65aa08c6e3be06ea8ead8910 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Tue, 25 Mar 2025 21:20:13 +0100 Subject: feat: Add ref page Now there is page more tailored to a single ref. --- templates/commit.qtpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/commit.qtpl') diff --git a/templates/commit.qtpl b/templates/commit.qtpl index b58b238..4fe92e9 100644 --- a/templates/commit.qtpl +++ b/templates/commit.qtpl @@ -13,7 +13,7 @@ {% if r.Name().IsBranch() %} {%s r.Name().Short() %} {% else %} - {%s r.Name().Short() %} + {%s r.Name().Short() %} {% endif %} {% endfor %} {%endif%} -- cgit v1.2.3