Sha256: 893a4a6852e7fa5b8c1b857d8af584e77b15bad0d2761c8cbf071199deed234f

Contents?: true

Size: 717 Bytes

Versions: 14

Compression:

Stored size: 717 Bytes

Contents

<div class="border-bottom">
  <h2 class="pt-3 pb-2">Batches</h2>
</div>

<% if GoodJob::BatchRecord.migrated? %>
  <%= render 'good_job/batches/table', batches: @filter.records, filter: @filter %>
  <% if @filter.records.present? %>
    <nav aria-label="Batch pagination" class="mt-3">
      <ul class="pagination">
        <li class="page-item">
          <%= link_to(@filter.to_params(after_created_at: @filter.last.created_at, after_id: @filter.last.id), class: "page-link") do %>
            Older batches <span aria-hidden="true">&raquo;</span>
          <% end %>
        </li>
      </ul>
    </nav>
  <% end %>
<% else %>
  <h3 class="text-center my-5">GoodJob has pending database migrations.</h3>
<% end %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
good_job-3.14.2 app/views/good_job/batches/index.html.erb
good_job-3.14.1 app/views/good_job/batches/index.html.erb
good_job-3.14.0 app/views/good_job/batches/index.html.erb
good_job-3.13.0 app/views/good_job/batches/index.html.erb
good_job-3.12.8 app/views/good_job/batches/index.html.erb
good_job-3.12.7 app/views/good_job/batches/index.html.erb
good_job-3.12.6 app/views/good_job/batches/index.html.erb
good_job-3.12.5 app/views/good_job/batches/index.html.erb
good_job-3.12.4 app/views/good_job/batches/index.html.erb
good_job-3.12.3 app/views/good_job/batches/index.html.erb
good_job-3.12.2 app/views/good_job/batches/index.html.erb
good_job-3.12.1 app/views/good_job/batches/index.html.erb
good_job-3.12.0 app/views/good_job/batches/index.html.erb
good_job-3.11.1 app/views/good_job/batches/index.html.erb