Sha256: 1f859247a693e3427417df2cd708925f5163e220ac3c67754a0e0d3aee94a06e

Contents?: true

Size: 387 Bytes

Versions: 1

Compression:

Stored size: 387 Bytes

Contents

<div class="but-holder">
  <div class="act-but">
    <%= link_to 'CSV', export_path(format: :csv), class: 'but-container export', title: 'Export' %>
  </div>
</div>
<% if defined?(Mime::XLSX) %>
  <div class="but-holder">
    <div class="act-but">
      <%= link_to 'XLS', export_path(format: :xlsx), class: 'but-container export', title: 'Export (XLS)' %>
    </div>
  </div>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sunrise-cms-1.1.1 app/views/sunrise/manager/buttons/_export.html.erb