Skip to content

Commit

Permalink
[#99] fix colspan value for empty table
Browse files Browse the repository at this point in the history
  • Loading branch information
b-b3rn4rd committed Apr 23, 2015
1 parent ab6faf2 commit 664f5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Job/overview.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</tr>
{% else %}
<tr>
<td colspan="4">There are no jobs.</td>
<td colspan="6">There are no jobs.</td>
</tr>
{% endfor %}
</tbody>
Expand Down

0 comments on commit 664f5fc

Please sign in to comment.