aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/tag.list.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-11-08 19:21:00 +0100
committerArthurHoaro <arthur@hoa.ro>2017-11-08 19:21:00 +0100
commit055ce4bd197de49ef654aa17dc6eceab5c32240e (patch)
treee045e466451f058c4e4cea9c3210c46922c74085 /tpl/default/tag.list.html
parentb14d34d2c7b7a7360adcc823472a43f64b579e1c (diff)
downloadShaarli-055ce4bd197de49ef654aa17dc6eceab5c32240e.tar.gz
Shaarli-055ce4bd197de49ef654aa17dc6eceab5c32240e.tar.zst
Shaarli-055ce4bd197de49ef654aa17dc6eceab5c32240e.zip
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
Diffstat (limited to 'tpl/default/tag.list.html')
-rw-r--r--tpl/default/tag.list.html4
1 files changed, 3 insertions, 1 deletions
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 @@
15 <h2 class="window-title">{'Tag list'|t} - {$countTags} {'tags'|t}</h2> 15 <h2 class="window-title">{'Tag list'|t} - {$countTags} {'tags'|t}</h2>
16 {if="!empty($search_tags)"} 16 {if="!empty($search_tags)"}
17 <p class="center"> 17 <p class="center">
18 <a href="?searchtags={$search_tags|urlencode}">{'List all links with those tags'|t}</a> 18 <a href="?searchtags={$search_tags|urlencode}" class="pure-button pure-button-shaarli">
19 {'List all links with those tags'|t}
20 </a>
19 </p> 21 </p>
20 {/if} 22 {/if}
21 23