Sha256: 4a7099279ab80f6f2cd0d741f7ad28764c7a24330f5be3018c3c1b9b78f19b84

Contents?: true

Size: 300 Bytes

Versions: 2

Compression:

Stored size: 300 Bytes

Contents

<%#
    name: headmin/table/actions/export
    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/_export.html.erb
headmin-0.1.1 app/views/headmin/table/actions/_export.html.erb