Sha256: 6b2e5956c3ed1af81e79cec9f9da12297eb1e906668fc490b90d2cd1bf0dcac4

Contents?: true

Size: 293 Bytes

Versions: 3

Compression:

Stored size: 293 Bytes

Contents

<p id="notice"><%= notice %></p>

<p>
  <strong>Status:</strong>
  <%= @job.status %>
</p>

<p>
  <strong>Progress:</strong>
  <%= @job.progress %>
</p>

<p>
  <strong>Worker:</strong>
  <%= @job.worker_id %>
</p>

<%= link_to 'Edit', edit_job_path(@job) %> |
<%= link_to 'Back', jobs_path %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
integration_pal-0.1.2 app/views/integration_pal/jobs/show.html.erb
integration_pal-0.1.1 app/views/integration_pal/jobs/show.html.erb
integration_pal-0.1.0 app/views/integration_pal/jobs/show.html.erb