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:
parent
4540658a00
commit
dc03364ba9
@ -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})">
|
||||||
×
|
×
|
||||||
|
Loading…
Reference in New Issue
Block a user