Sha256: 27985d70da0bec9891113d48482dd0bebcecc3d5cdc124324e75fbd6da40e310

Contents?: true

Size: 353 Bytes

Versions: 10

Compression:

Stored size: 353 Bytes

Contents

<%
  # headmin/table/actions/delete
  #
  # ==== Options
  # * <tt>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

10 entries across 10 versions & 1 rubygems

Version Path
headmin-0.2.9 app/views/headmin/table/actions/_delete.html.erb
headmin-0.2.8 app/views/headmin/table/actions/_delete.html.erb
headmin-0.2.7 app/views/headmin/table/actions/_delete.html.erb
headmin-0.2.6 app/views/headmin/table/actions/_delete.html.erb
headmin-0.2.5 app/views/headmin/table/actions/_delete.html.erb
headmin-0.2.4 app/views/headmin/table/actions/_delete.html.erb
headmin-0.2.3 app/views/headmin/table/actions/_delete.html.erb
headmin-0.2.2 app/views/headmin/table/actions/_delete.html.erb
headmin-0.2.1 app/views/headmin/table/actions/_delete.html.erb
headmin-0.2.0 app/views/headmin/table/actions/_delete.html.erb