Skip to content

Commit

Permalink
colspan
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorturk committed Jan 20, 2011
1 parent dc9be9e commit d828bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/delayed_job_admin/index.html.erb
Expand Up @@ -32,7 +32,7 @@
<td><%= job.updated_at.to_s(:short) %></td>
</tr>
<tr class="job-details" id="job-details-<%= job.id %>">
<td colspan="10"><p><pre><%= job.to_yaml %></pre></p></td>
<td colspan="11"><p><pre><%= job.to_yaml %></pre></p></td>
</tr>
<% end %>
</tbody>
Expand Down

0 comments on commit d828bb7

Please sign in to comment.