Sha256: 634a9da326e9742daaeacf60d791b76ca0b6e10702e15d4928f8a50615cacd2f
Contents?: true
Size: 271 Bytes
Versions: 1
Compression:
Stored size: 271 Bytes
Contents
<table class="table jobs"> <thead> <th> Job Name </th> <th> Job Time </th> </thead> <%= @belateds.each do |job| %> <tr> <td> <%= job.job.inspect %> </td> <td> <%= job.at %> </td> </tr> <% end %> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
belated-0.9.0 | app/views/belated/admin/future_jobs.html.erb |