Sha256: f7878342f0dc58774555c46528091673baa20dd62bc938389f4190b1aafde24e

Contents?: true

Size: 965 Bytes

Versions: 3

Compression:

Stored size: 965 Bytes

Contents

<% provide :page_header do %>
  <h1><span class="fa fa-cloud-download" aria-hidden="true"></span> Exporters</h1>
  <div class="pull-right">
    <%= link_to new_exporter_path, class: 'btn btn-primary', data: { turbolinks: false } do %>
      <span class="fa fa-edit" aria-hidden="true"></span> <%= t(:'helpers.action.exporter.new') %>
    <% end %>
  </div>
<% end %>

<% content_for(:head) do %>
  <meta name="turbolinks-cache-control" content="no-cache">
<% end %>

<div class="panel card panel-default">
  <div class="panel-body card-body">
    <div class="table-responsive">
      <table id='exporters-table' class="table table-striped">
        <thead>
          <tr>
            <th scope="col">Name</th>
            <th scope="col">Status</th>
            <th scope="col">Date Exported</th>
            <th scope="col">Downloadable Files</th>
            <th scope="col">Actions</th>
          </tr>
        </thead>
      </table>
    </div>
  </div>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bulkrax-9.0.2 app/views/bulkrax/exporters/index.html.erb
bulkrax-9.0.1 app/views/bulkrax/exporters/index.html.erb
bulkrax-9.0.0 app/views/bulkrax/exporters/index.html.erb