From 15f841ab43fd9b431e93d2e870c23ae7695929cc Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 3 Nov 2025 13:52:36 +0100 Subject: Fix a lot of UI issues --- src/templates/coins-mintages.html.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/templates/coins-mintages.html.tmpl') diff --git a/src/templates/coins-mintages.html.tmpl b/src/templates/coins-mintages.html.tmpl index e5fa5f1..5b0a7fd 100644 --- a/src/templates/coins-mintages.html.tmpl +++ b/src/templates/coins-mintages.html.tmpl @@ -94,11 +94,11 @@
{{ template "mintages/coin-type-radio" - (tuple .Type "circ" (.Get "Circulation Coins")) }} + (tuple .Type "circ" (.GetC "Circulation Coins" "Header/Label")) }} {{ template "mintages/coin-type-radio" - (tuple .Type "nifc" (.Get "NIFC / BU Sets")) }} + (tuple .Type "nifc" (.GetC "NIFC and BU Coins" "Header/Label")) }} {{ template "mintages/coin-type-radio" - (tuple .Type "proof" (.Get "Proof Coins")) }} + (tuple .Type "proof" (.GetC "Proof Coins" "Header/Label")) }}
@@ -297,4 +297,4 @@ {{ else }} {{ $p.Itoa $v.V }} {{ end }} -{{ end }} \ No newline at end of file +{{ end }} -- cgit v1.2.3