Sha256: f143d34a9fb686e4a11c27f6559635d9311dff11bee2c33764df4cacea7543d5
Contents?: true
Size: 464 Bytes
Versions: 9
Compression:
Stored size: 464 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 <%= time_ago_in_words_with_title(job.enqueued_at.to_datetime) %> ago</div> </td> <td> <% if job.serialized_arguments.present? %> <span class="is-family-monospace"> <%= job_arguments(job) %> </span> <% end %> </td> </tr>
Version data entries
9 entries across 9 versions & 1 rubygems