Sha256: 958de9ea9e61b204c87646381740e89c81c75427a8f6d8f2827b191fbcbf5adf

Contents?: true

Size: 577 Bytes

Versions: 19

Compression:

Stored size: 577 Bytes

Contents

<div class="border-bottom">
  <h2 class="pt-3 pb-2"><%= t ".title" %></h2>
</div>

<%= 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 %>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
good_job-4.8.2 app/views/good_job/batches/index.html.erb
good_job-4.8.1 app/views/good_job/batches/index.html.erb
good_job-4.8.0 app/views/good_job/batches/index.html.erb
good_job-4.7.0 app/views/good_job/batches/index.html.erb
good_job-4.6.0 app/views/good_job/batches/index.html.erb
good_job-4.5.1 app/views/good_job/batches/index.html.erb
good_job-4.5.0 app/views/good_job/batches/index.html.erb
good_job-4.4.2 app/views/good_job/batches/index.html.erb
good_job-4.4.1 app/views/good_job/batches/index.html.erb
good_job-4.4.0 app/views/good_job/batches/index.html.erb
good_job-4.3.0 app/views/good_job/batches/index.html.erb
good_job-4.2.1 app/views/good_job/batches/index.html.erb
good_job-4.2.0 app/views/good_job/batches/index.html.erb
good_job-4.1.1 app/views/good_job/batches/index.html.erb
good_job-4.1.0 app/views/good_job/batches/index.html.erb
good_job-4.0.3 app/views/good_job/batches/index.html.erb
good_job-4.0.2 app/views/good_job/batches/index.html.erb
good_job-4.0.1 app/views/good_job/batches/index.html.erb
good_job-4.0.0 app/views/good_job/batches/index.html.erb