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">»</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