Change delete tags dialog to show tabs in a row

Fixes #177
This commit is contained in:
Joseph Schorr 2015-06-25 16:16:19 -04:00
parent 2ef105dd8c
commit 0baaacb0a6
2 changed files with 12 additions and 1 deletions

View file

@ -79,7 +79,7 @@
dialog-title="Delete Tags"
dialog-action-title="Delete Tags">
Are you sure you want to delete the following tags:
<ul>
<ul class="delete-tag-list">
<li ng-repeat="tag_info in deleteMultipleTagsInfo.tags">
<span class="label label-default tag">{{ tag_info.name }}</span>
</li>