Skip to content

Commit

Permalink
Merge pull request #100 from b-b3rn4rd/master
Browse files Browse the repository at this point in the history
[#99] fix colspan value for empty table
  • Loading branch information
schmittjoh committed Apr 23, 2015
2 parents ab6faf2 + 664f5fc commit 6b06b68
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 6b06b68

Please sign in to comment.