From ef05f233903fe896ff60c8a8759deac6cc0e7366 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Tue, 25 Mar 2025 21:27:35 +0100 Subject: ref: Remove restriction to show commit ref This should make easier to locate where we are at. --- templates/navbar.qtpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/navbar.qtpl') diff --git a/templates/navbar.qtpl b/templates/navbar.qtpl index c222171..7a07319 100644 --- a/templates/navbar.qtpl +++ b/templates/navbar.qtpl @@ -51,7 +51,7 @@ Add this back if needed {% func GitItemNav (name, ref string, s GitSelection) %}
-

{%s name %} {% if ref != "" && (s == Log || s == Tree) %}@ {%s ref %}{% endif %}

+

{%s name %} {% if ref != "" %}@ {%s ref %}{% endif %}