Sha256: 4c3b011a768fb07a5f0f6ebe5c9ebb652c6d89a80e7175ddd29a9e69ef3db40f

Contents?: true

Size: 729 Bytes

Versions: 63

Compression:

Stored size: 729 Bytes

Contents

<div class="border-bottom">
  <h2 class="pt-3 pb-2"><%= t ".title" %></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 %>
            <%= t ".older_batches" %> <span aria-hidden="true">&raquo;</span>
          <% end %>
        </li>
      </ul>
    </nav>
  <% end %>
<% else %>
  <h3 class="text-center my-5"><%= t ".pending_migrations" %></h3>
<% end %>

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
good_job-3.99.1 app/views/good_job/batches/index.html.erb
good_job-3.99.0 app/views/good_job/batches/index.html.erb
good_job-3.30.1 app/views/good_job/batches/index.html.erb
good_job-3.30.0 app/views/good_job/batches/index.html.erb
good_job-3.29.5 app/views/good_job/batches/index.html.erb
good_job-3.29.4 app/views/good_job/batches/index.html.erb
good_job-3.29.3 app/views/good_job/batches/index.html.erb
good_job-3.28.2 app/views/good_job/batches/index.html.erb
good_job-3.28.1 app/views/good_job/batches/index.html.erb
good_job-3.28.0 app/views/good_job/batches/index.html.erb
good_job-3.27.4 app/views/good_job/batches/index.html.erb
good_job-3.27.3 app/views/good_job/batches/index.html.erb
good_job-3.27.2 app/views/good_job/batches/index.html.erb
good_job-3.27.1 app/views/good_job/batches/index.html.erb
good_job-3.27.0 app/views/good_job/batches/index.html.erb
good_job-3.26.2 app/views/good_job/batches/index.html.erb
good_job-3.26.1 app/views/good_job/batches/index.html.erb
good_job-3.26.0 app/views/good_job/batches/index.html.erb
good_job-3.25.0 app/views/good_job/batches/index.html.erb
good_job-3.24.0 app/views/good_job/batches/index.html.erb