Sha256: 0c94d0ec75751d7f6c99400bb08c1ad57f2d398dbd066f77168a38749649069a

Contents?: true

Size: 351 Bytes

Versions: 1

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

1 entries across 1 versions & 1 rubygems

Version Path
headmin-0.5.2 app/views/headmin/table/actions/_delete.html.erb