better formatting for delayed jobs

This commit is contained in:
albert
2013-03-15 13:29:07 -04:00
parent b5e5607902
commit 5ec4452777
2 changed files with 14 additions and 3 deletions

View File

@@ -12,6 +12,7 @@
<th>Last error</th>
<th>Run at</th>
<th>Failed at</th>
<th>Queue</th>
</tr>
</thead>
<tbody>
@@ -26,6 +27,7 @@
<td><%= job.last_error %></td>
<td><%= job.run_at %></td>
<td><%= job.failed_at %></td>
<td><%= job.queue %></td>
</tr>
<% end %>
</tbody>