Sha256: d7c0f7ac5023b6b6f5ad18e27b7a0abd6ff9444e20faa518a5fe87fdc909983c

Contents?: true

Size: 309 Bytes

Versions: 7

Compression:

Stored size: 309 Bytes

Contents

<%
  # headmin/table/actions/export
  #
  # ==== Options
  # * +url</tt> - URL to send the request to
  #
  # ==== Examples
  #   Basic version.
  #   <%= render "headmin/table/actions/export", url: export_admin_products_path %#>
%>

<%= render 'headmin/table/actions/action', name: t('.button'), url: url %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
headmin-0.4.2 app/views/headmin/table/actions/_export.html.erb
headmin-0.4.1 app/views/headmin/table/actions/_export.html.erb
headmin-0.4.0 app/views/headmin/table/actions/_export.html.erb
headmin-0.3.4 app/views/headmin/table/actions/_export.html.erb
headmin-0.3.3 app/views/headmin/table/actions/_export.html.erb
headmin-0.3.2 app/views/headmin/table/actions/_export.html.erb
headmin-0.3.1 app/views/headmin/table/actions/_export.html.erb