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.3.1 app/views/good_job/jobs/index.html.erb
good_job-3.3.0 app/views/good_job/jobs/index.html.erb
good_job-3.2.0 app/views/good_job/jobs/index.html.erb
good_job-3.1.0 app/views/good_job/jobs/index.html.erb
good_job-3.0.2 app/views/good_job/jobs/index.html.erb
good_job-3.0.1 app/views/good_job/jobs/index.html.erb
good_job-3.0.0 app/views/good_job/jobs/index.html.erb
good_job-2.99.0 app/views/good_job/jobs/index.html.erb
good_job-2.17.1 app/views/good_job/jobs/index.html.erb
good_job-2.17.0 app/views/good_job/jobs/index.html.erb
good_job-2.16.1 engine/app/views/good_job/jobs/index.html.erb
good_job-2.16.0 engine/app/views/good_job/jobs/index.html.erb
good_job-2.15.2 engine/app/views/good_job/jobs/index.html.erb
good_job-2.15.1 engine/app/views/good_job/jobs/index.html.erb
good_job-2.15.0 engine/app/views/good_job/jobs/index.html.erb
good_job-2.14.4 engine/app/views/good_job/jobs/index.html.erb
good_job-2.14.3 engine/app/views/good_job/jobs/index.html.erb
good_job-2.14.2 engine/app/views/good_job/jobs/index.html.erb