Sha256: c80a06524c9104645ffdfbd0ea3d6a1da67189ddafcaea94d5292fe3fc1af8dd

Contents?: true

Size: 748 Bytes

Versions: 58

Compression:

Stored size: 748 Bytes

Contents

<%= render 'good_job/shared/filter', title: "Jobs", filter: @filter %>
<%= render 'good_job/shared/chart', chart_data: GoodJob::ScheduledByQueueChart.new(@filter).data %>

<div data-live-poll-region="jobs-table">
  <%= render 'good_job/jobs/table', jobs: @filter.records, filter: @filter %>
  <% if @filter.records.present? %>
    <nav aria-label="Job pagination" class="mt-3">
      <ul class="pagination">
        <li class="page-item">
          <%= link_to(@filter.to_params(after_scheduled_at: (@filter.last.scheduled_at || @filter.last.created_at), after_id: @filter.last.id), class: "page-link") do %>
            Older jobs <span aria-hidden="true">&raquo;</span>
          <% end %>
        </li>
      </ul>
    </nav>
  <% end %>
</div>

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
good_job-3.14.2 app/views/good_job/jobs/index.html.erb
good_job-3.14.1 app/views/good_job/jobs/index.html.erb
good_job-3.14.0 app/views/good_job/jobs/index.html.erb
good_job-3.13.0 app/views/good_job/jobs/index.html.erb
good_job-3.12.8 app/views/good_job/jobs/index.html.erb
good_job-3.12.7 app/views/good_job/jobs/index.html.erb
good_job-3.12.6 app/views/good_job/jobs/index.html.erb
good_job-3.12.5 app/views/good_job/jobs/index.html.erb
good_job-3.12.4 app/views/good_job/jobs/index.html.erb
good_job-3.12.3 app/views/good_job/jobs/index.html.erb
good_job-3.12.2 app/views/good_job/jobs/index.html.erb
good_job-3.12.1 app/views/good_job/jobs/index.html.erb
good_job-3.12.0 app/views/good_job/jobs/index.html.erb
good_job-3.11.1 app/views/good_job/jobs/index.html.erb
good_job-3.11.0 app/views/good_job/jobs/index.html.erb
good_job-3.10.1 app/views/good_job/jobs/index.html.erb
good_job-3.10.0 app/views/good_job/jobs/index.html.erb
good_job-3.9.0 app/views/good_job/jobs/index.html.erb
good_job-3.8.0 app/views/good_job/jobs/index.html.erb
good_job-3.7.4 app/views/good_job/jobs/index.html.erb