Merge "Use tag icon when tags are used as filter criteria"

This commit is contained in:
Jenkins 2016-06-27 16:48:56 +00:00 committed by Gerrit Code Review
commit db29f66974

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;