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.7.3 app/views/good_job/jobs/index.html.erb
good_job-3.7.2 app/views/good_job/jobs/index.html.erb
good_job-3.7.1 app/views/good_job/jobs/index.html.erb
good_job-3.7.0 app/views/good_job/jobs/index.html.erb
good_job-3.6.2 app/views/good_job/jobs/index.html.erb
good_job-3.6.1 app/views/good_job/jobs/index.html.erb
good_job-3.6.0 app/views/good_job/jobs/index.html.erb
good_job-3.5.1 app/views/good_job/jobs/index.html.erb
good_job-3.5.0 app/views/good_job/jobs/index.html.erb
good_job-3.4.8 app/views/good_job/jobs/index.html.erb
good_job-3.4.7 app/views/good_job/jobs/index.html.erb
good_job-3.4.6 app/views/good_job/jobs/index.html.erb
good_job-3.4.5 app/views/good_job/jobs/index.html.erb
good_job-3.4.4 app/views/good_job/jobs/index.html.erb
good_job-3.4.3 app/views/good_job/jobs/index.html.erb
good_job-3.4.2 app/views/good_job/jobs/index.html.erb
good_job-3.4.1 app/views/good_job/jobs/index.html.erb
good_job-3.4.0 app/views/good_job/jobs/index.html.erb
good_job-3.3.3 app/views/good_job/jobs/index.html.erb
good_job-3.3.2 app/views/good_job/jobs/index.html.erb