Sha256: c05859f716e7324efa17b1244aa2b683d072f0be8084a2d87d4976a68741d25c

Contents?: true

Size: 351 Bytes

Versions: 17

Compression:

Stored size: 351 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

17 entries across 17 versions & 1 rubygems

Version Path
headmin-0.6.3 app/views/headmin/table/actions/_delete.html.erb
headmin-0.6.2 app/views/headmin/table/actions/_delete.html.erb
headmin-0.6.1 app/views/headmin/table/actions/_delete.html.erb
headmin-0.6.0 app/views/headmin/table/actions/_delete.html.erb
headmin-0.5.9 app/views/headmin/table/actions/_delete.html.erb
headmin-0.5.8 app/views/headmin/table/actions/_delete.html.erb
headmin-0.5.7 app/views/headmin/table/actions/_delete.html.erb
headmin-0.5.6 app/views/headmin/table/actions/_delete.html.erb
headmin-0.5.5 app/views/headmin/table/actions/_delete.html.erb
headmin-0.5.4 app/views/headmin/table/actions/_delete.html.erb
headmin-0.5.3 app/views/headmin/table/actions/_delete.html.erb
headmin-0.5.1 app/views/headmin/table/actions/_delete.html.erb
headmin-0.5.0 app/views/headmin/table/actions/_delete.html.erb
headmin-0.4.2 app/views/headmin/table/actions/_delete.html.erb
headmin-0.4.1 app/views/headmin/table/actions/_delete.html.erb
headmin-0.4.0 app/views/headmin/table/actions/_delete.html.erb
headmin-0.3.4 app/views/headmin/table/actions/_delete.html.erb