Sha256: 20ac109f75a2301ebb566d02d7ad7ec596b10280cc9de9efe8809fac56267b3c
Contents?: true
Size: 361 Bytes
Versions: 7
Compression:
Stored size: 361 Bytes
Contents
<td><%= link_to job.queue_name, application_queue_path(@application, job.queue) %></td> <td> <%= bidirectional_time_distance_in_words_with_title(job.scheduled_at) %> <% if job_delayed?(job) %> <div class="is-danger tag ml-4">delayed</div> <% end %> </td> <td class="pr-0"> <%= render "mission_control/jobs/jobs/scheduled/actions", job: job %> </td>
Version data entries
7 entries across 7 versions & 1 rubygems