Sha256: 15e8326332bd57369cfacfe205262a1b84707d50d11c27625a73bbf1265b1c72

Contents?: true

Size: 806 Bytes

Versions: 8

Compression:

Stored size: 806 Bytes

Contents

<%= render 'good_job/shared/filter', title: t("good_job.shared.navbar.jobs"), filter: @filter %>
<%= render 'good_job/shared/chart_container', 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

8 entries across 8 versions & 1 rubygems

Version Path
good_job-4.8.2 app/views/good_job/jobs/index.html.erb
good_job-4.8.1 app/views/good_job/jobs/index.html.erb
good_job-4.8.0 app/views/good_job/jobs/index.html.erb
good_job-4.7.0 app/views/good_job/jobs/index.html.erb
good_job-4.6.0 app/views/good_job/jobs/index.html.erb
good_job-4.5.1 app/views/good_job/jobs/index.html.erb
good_job-4.5.0 app/views/good_job/jobs/index.html.erb
good_job-4.4.2 app/views/good_job/jobs/index.html.erb