Sha256: 851063860a701a58b08b2026eac9c6c951ed090c1c25e4afc78cae885d10abf0

Contents?: true

Size: 956 Bytes

Versions: 14

Compression:

Stored size: 956 Bytes

Contents

<div class="border-bottom py-2 mb-3">
  <div class="pt-2">
    <div class="row align-items-center">
      <div class="col">
        <nav aria-label="breadcrumb">
          <ol class="breadcrumb small mb-0">
            <li class="breadcrumb-item"><%= link_to "Batches", batches_path %></li>
            <li class="breadcrumb-item active" aria-current="page"><%= tag.code @batch.id, class: "text-muted" %></li>
          </ol>
          <h2 class="h5 mt-2"><%= @batch.description %></h2>
        </nav>
      </div>
    </div>
  </div>
</div>

<div class="my-4">
  <h5>Attributes</h5>
  <div class="bg-dark text-light p-3 rounded">
    <%= tag.pre JSON.pretty_generate @batch.display_attributes, class: 'text-wrap text-break' %>
  </div>
</div>

<div class="my-4">
  <h5>Callback Jobs</h5>
  <%= render 'jobs', jobs: @batch.callback_jobs.reverse %>
</div>

<div class="my-4">
  <h5>Batched Jobs</h5>
  <%= render 'jobs', jobs: @batch.jobs.reverse %>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
good_job-3.14.2 app/views/good_job/batches/show.html.erb
good_job-3.14.1 app/views/good_job/batches/show.html.erb
good_job-3.14.0 app/views/good_job/batches/show.html.erb
good_job-3.13.0 app/views/good_job/batches/show.html.erb
good_job-3.12.8 app/views/good_job/batches/show.html.erb
good_job-3.12.7 app/views/good_job/batches/show.html.erb
good_job-3.12.6 app/views/good_job/batches/show.html.erb
good_job-3.12.5 app/views/good_job/batches/show.html.erb
good_job-3.12.4 app/views/good_job/batches/show.html.erb
good_job-3.12.3 app/views/good_job/batches/show.html.erb
good_job-3.12.2 app/views/good_job/batches/show.html.erb
good_job-3.12.1 app/views/good_job/batches/show.html.erb
good_job-3.12.0 app/views/good_job/batches/show.html.erb
good_job-3.11.1 app/views/good_job/batches/show.html.erb