Sha256: 7d1d106b257e75f778d152202ac042868d4ab8b4990f3aa81212b4b691c9c8cd

Contents?: true

Size: 350 Bytes

Versions: 3

Compression:

Stored size: 350 Bytes

Contents

<%
  # headmin/table/actions/delete
  #
  # ==== Options
  # * +url</tt> - URL to send the request to
  #
  # ==== Examples
  #   Basic version.
  #   <%= render "headmin/table/actions/delete", url: delete_admin_products_path %#>
%>

<%= render 'headmin/table/actions/action', name: t('.button'), url: url, method: :delete, confirm: t('.confirm') %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
headmin-0.3.3 app/views/headmin/table/actions/_delete.html.erb
headmin-0.3.2 app/views/headmin/table/actions/_delete.html.erb
headmin-0.3.1 app/views/headmin/table/actions/_delete.html.erb