Sha256: 55d31573bd3bf3c09e61ff3c3a54cf00efc7407eacc6bdc82c73852711d23e8c
Contents?: true
Size: 387 Bytes
Versions: 11
Compression:
Stored size: 387 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 ? time_distance_in_words_with_title(job.started_at) : "(Finished)" %></div></td>
Version data entries
11 entries across 11 versions & 1 rubygems