Sha256: ae5df3e4b876dcab52e9e912897d05f44bab49432545885aba4b34f272090e85

Contents?: true

Size: 1020 Bytes

Versions: 49

Compression:

Stored size: 1020 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 t("good_job.batches.index.title"), 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><%= t ".attributes" %></h5>
  <div class="bg-dark text-secondary p-3 rounded">
    <%= tag.pre JSON.pretty_generate @batch.display_attributes, class: 'text-wrap text-break' %>
  </div>
</div>

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

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

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
good_job-3.18.3 app/views/good_job/batches/show.html.erb
good_job-3.18.2 app/views/good_job/batches/show.html.erb
good_job-3.18.1 app/views/good_job/batches/show.html.erb
good_job-3.18.0 app/views/good_job/batches/show.html.erb
good_job-3.17.4 app/views/good_job/batches/show.html.erb
good_job-3.17.3 app/views/good_job/batches/show.html.erb
good_job-3.17.2 app/views/good_job/batches/show.html.erb
good_job-3.17.1 app/views/good_job/batches/show.html.erb
good_job-3.17.0 app/views/good_job/batches/show.html.erb