From dc03364ba9edb115136180c71255a66bc007fe14 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Fri, 17 Jun 2016 12:04:00 +0100 Subject: [PATCH] Use tag icon when tags are used as filter criteria Use the tag icon rather than using the word "Tag:", in order to be consistent with other filters. Change-Id: Ie4731c9b9b2f806184287f829b81afc7b38fd339 --- src/app/search/template/criteria_tag_item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/search/template/criteria_tag_item.html b/src/app/search/template/criteria_tag_item.html index dcf9ac61..dbc0314a 100644 --- a/src/app/search/template/criteria_tag_item.html +++ b/src/app/search/template/criteria_tag_item.html @@ -23,7 +23,7 @@
- Tag: {{tag.title}} + {{tag.title}} ×