add more delete button styles on delete.. buttons

This commit is contained in:
Jeff Atwood
2013-02-15 01:45:37 -08:00
parent eb188c57e8
commit c1a50aae04
3 changed files with 8 additions and 3 deletions
@@ -156,7 +156,7 @@
<div class='value'>{{content.post_count}}</div>
<div class='controls'>
{{#if content.can_delete_all_posts}}
<button class='btn' {{action deleteAllPosts target="content"}}>
<button class='btn btn-danger' {{action deleteAllPosts target="content"}}>
<i class='icon icon-trash'></i>
{{i18n admin.user.delete_all_posts}}
</button>