Sha256: 407dd69b7be10e3d7afb0927911c42a0f33acd92fbb49833cb98cb8d4edd321e

Contents?: true

Size: 796 Bytes

Versions: 6

Compression:

Stored size: 796 Bytes

Contents

<%= render 'good_job/shared/filter', title: t("good_job.shared.navbar.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="<%= t ".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 %>
            <%= t ".older_jobs" %> <span aria-hidden="true">&raquo;</span>
          <% end %>
        </li>
      </ul>
    </nav>
  <% end %>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
good_job-4.4.1 app/views/good_job/jobs/index.html.erb
good_job-4.4.0 app/views/good_job/jobs/index.html.erb
good_job-4.3.0 app/views/good_job/jobs/index.html.erb
good_job-4.2.1 app/views/good_job/jobs/index.html.erb
good_job-4.2.0 app/views/good_job/jobs/index.html.erb
good_job-4.1.1 app/views/good_job/jobs/index.html.erb