Sha256: a95ad135aea5a001c32e52ac9f8213ed0b38d14f5b036902062438b7d608cf3f
Contents?: true
Size: 449 Bytes
Versions: 3
Compression:
Stored size: 449 Bytes
Contents
<tr class="job"> <td> <%= link_to application_job_path(@application, job.job_id, filter: { queue_name: job.queue }) do %> <%= job_title(job) %> <% end %> <div class="has-text-grey">Enqueued on <%= formatted_time(job.enqueued_at.to_datetime) %></div> </td> <td> <% if job.serialized_arguments.present? %> <span class="is-family-monospace"> <%= job_arguments(job) %> </span> <% end %> </td> </tr>
Version data entries
3 entries across 3 versions & 1 rubygems