<%= f.submit "Update Asset", class: "btn btn-primary" %>
<%= link_to "Destroy Asset",
a_asset_path(@asset),
:method => :delete,
:class => "btn btn-danger pull-right",
:data => { confirm: "Are you sure you want to delete this asset? You are responsible for making sure no content is using it before deletion." } %>