From 055ce4bd197de49ef654aa17dc6eceab5c32240e Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Wed, 8 Nov 2017 19:21:00 +0100 Subject: Fix alignement and better clarity for 'List all links with those tags' button Fix CSS class typo and display the link as a button Fixes #999 --- tpl/default/tag.list.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tpl/default/tag.list.html') diff --git a/tpl/default/tag.list.html b/tpl/default/tag.list.html index a3e741d3..7140c67a 100644 --- a/tpl/default/tag.list.html +++ b/tpl/default/tag.list.html @@ -15,7 +15,9 @@

{'Tag list'|t} - {$countTags} {'tags'|t}

{if="!empty($search_tags)"}

- {'List all links with those tags'|t} + + {'List all links with those tags'|t} +

{/if} -- cgit v1.2.3