Sha256: 76f9a283e7784eda9a551c8ff3690d7122d8864e862f7240b6c6c365b68224f4

Contents?: true

Size: 300 Bytes

Versions: 2

Compression:

Stored size: 300 Bytes

Contents

<%#
    name: headmin/table/actions/delete
    accepts block: no
    parameters:
      path: (string) url to send request to
%>
<% path = local_assigns.has_key?(:url) ? local_assigns[:url] : request.path %>
<%= render 'headmin/table/actions/action', name: t('.button'), url: path, method: :delete %>

Version data entries

2 entries across 2 versions & 1 rubygems

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