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
This commit is contained in:
Adam Coldrick 2016-06-17 12:04:00 +01:00
parent 4540658a00
commit dc03364ba9

View File

@ -23,7 +23,7 @@
</a> </a>
</div> </div>
<div class="tag tag-warning" ng-switch-when="Tags"> <div class="tag tag-warning" ng-switch-when="Tags">
Tag: {{tag.title}} <i class="fa fa-tag"></i> {{tag.title}}
<a class="tag-remove" <a class="tag-remove"
ng-click="removeTag({tag:tag})"> ng-click="removeTag({tag:tag})">
&times; &times;