From 60ae241251b753fc052e50ebd95277dfcb074cb0 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 16 May 2020 14:56:22 +0200 Subject: Process tag list page through Slim controller --- tpl/default/changetag.html | 2 +- tpl/default/tag.list.html | 4 ++-- tpl/default/tag.sort.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tpl/default') diff --git a/tpl/default/changetag.html b/tpl/default/changetag.html index cc74f786..a1a572ca 100644 --- a/tpl/default/changetag.html +++ b/tpl/default/changetag.html @@ -32,7 +32,7 @@ -

{'You can also edit tags in the'|t} {'tag list'|t}.

+

{'You can also edit tags in the'|t} {'tag list'|t}.

{include="page.footer"} diff --git a/tpl/default/tag.list.html b/tpl/default/tag.list.html index 01b7a642..3e498f89 100644 --- a/tpl/default/tag.list.html +++ b/tpl/default/tag.list.html @@ -15,7 +15,7 @@

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

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

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

@@ -57,7 +57,7 @@ {/if} {$value} - {$key} + {$key} {loop="$value.tag_plugin"} {$value} diff --git a/tpl/default/tag.sort.html b/tpl/default/tag.sort.html index b7aa7d80..f467e34a 100644 --- a/tpl/default/tag.sort.html +++ b/tpl/default/tag.sort.html @@ -2,7 +2,7 @@
{'Sort by:'|t} {'Cloud'|t} · - {'Most used'|t} · - {'Alphabetical'|t} + {'Most used'|t} · + {'Alphabetical'|t}
-- cgit v1.2.3