From ee224b84db5346f5b1e54e9a64355d44d0c7ecec Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sat, 23 Nov 2013 16:01:21 +0100 Subject: [PATCH] Tag list: added info when there are no tags --- src/Views/tag-list.phtml | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/src/Views/tag-list.phtml b/src/Views/tag-list.phtml index 3e0d479f..7a23c5a2 100644 --- a/src/Views/tag-list.phtml +++ b/src/Views/tag-list.phtml @@ -25,20 +25,24 @@ -context->transport->tags)); ?> - - - '_query_']) ?> -
- -
+context->transport->tags)): ?> +

No tags to show.

+ + context->transport->tags)); ?> + + + '_query_']) ?> +
+ +
+