Sha256: 392f66ffffa26c3d1e62690b5c4be6dfcc14a35e0797d692647f8eb49ed88115

Contents?: true

Size: 343 Bytes

Versions: 12

Compression:

Stored size: 343 Bytes

Contents

<%#
    name: headmin/forms/actions/views
    accepts block: true
    parameters:
      form: (object) Form object
%>

<div class="d-grid">
  <%= link_to([:admin, form.object], class: 'btn btn-outline-danger', method: :delete, data: {confirm: t('.confirm')}) do  %>
    <%= bootstrap_icon('trash') %>
    <%= t('.title') %>
  <% end %>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
headmin-0.2.9 app/views/headmin/forms/actions/_destroy.html.erb
headmin-0.3.2 app/views/headmin/forms/actions/_destroy.html.erb
headmin-0.3.1 app/views/headmin/forms/actions/_destroy.html.erb
headmin-0.2.8 app/views/headmin/forms/actions/_destroy.html.erb
headmin-0.2.7 app/views/headmin/forms/actions/_destroy.html.erb
headmin-0.2.6 app/views/headmin/forms/actions/_destroy.html.erb
headmin-0.2.5 app/views/headmin/forms/actions/_destroy.html.erb
headmin-0.2.4 app/views/headmin/forms/actions/_destroy.html.erb
headmin-0.2.3 app/views/headmin/forms/actions/_destroy.html.erb
headmin-0.2.2 app/views/headmin/forms/actions/_destroy.html.erb
headmin-0.2.1 app/views/headmin/forms/actions/_destroy.html.erb
headmin-0.2.0 app/views/headmin/forms/actions/_destroy.html.erb