Sha256: 5cfe68c1a0b9a62d833d05ce7e020258e68112ed7e2550c308ef3a9b29bccd46
Contents?: true
Size: 368 Bytes
Versions: 3
Compression:
Stored size: 368 Bytes
Contents
<td><%= link_to job.queue_name, application_queue_path(@application, job.queue) %></td> <td> <% if job.worker_id %> <%= link_to "worker #{job.worker_id}", application_worker_path(@application, job.worker_id) %> <% else %> — <% end %> </td> <td><div class="has-text-grey"><%= job.started_at ? formatted_time(job.started_at) : "(Finished)" %></div></td>
Version data entries
3 entries across 3 versions & 1 rubygems