Mods delete button should be red and dangerous

This commit is contained in:
Björn Dahlgren 2015-08-26 15:57:22 +02:00
parent e4d42d4b2a
commit 7c2d704f28

View File

@ -13,7 +13,7 @@
</div>
</div>
<% } else { %>
<a class="btn btn-primary btn-xs destroy ladda-button pull-right" data-style="expand-left">
<a class="btn btn-danger btn-xs destroy ladda-button pull-right" data-style="expand-left">
<span class="glyphicon glyphicon-trash"></span>
Delete
</a>