Skip to content

Commit

Permalink
Make style more consistent with rest of site
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeckie committed Sep 12, 2014
1 parent 135b1f6 commit b266b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/admin/templates/group.js.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
<div class='controls'>
<button {{action save}} {{bind-attr disabled="disableSave"}} class='btn'>{{i18n admin.customize.save}}</button>
{{#unless automatic}}
<a {{action destroy}} class='delete-link'>{{i18n admin.customize.delete}}</a>
<button {{action destroy}} class='btn btn-danger'><i class="fa fa-trash-o"></i>{{i18n admin.customize.delete}}</button>
{{/unless}}
</div>

0 comments on commit b266b16

Please sign in to comment.