<b><%= t ".description" %></b>
<%= @redaction.description.to_html %>
</div>
<% if can?(:edit, Redaction) || can?(:destroy, Redaction) %>
<b><%= t ".description" %></b>
<%= @redaction.description.to_html %>
</div>
<% if can?(:edit, Redaction) || can?(:destroy, Redaction) %>
- <%= button_to t(".destroy"), @redaction, :method => "delete", :remote => true, :data => { :confirm => t(".confirm") } %>
+ <%= link_to t(".destroy"), @redaction, :method => "delete", :class => "btn btn-outline-danger", :remote => true, :data => { :confirm => t(".confirm") } %>