Skip to content

Commit

Permalink
style: Wrong colspan count
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Sep 14, 2023
1 parent 25dd271 commit 0efc2d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{% include '@RoadizRozier/admin/webhooks/webhook_row.html.twig' %}
</tr>
{% else %}
<tr><td colspan="4">{% trans %}no_webhooks{% endtrans %}</td></tr>
<tr><td colspan="6">{% trans %}no_webhooks{% endtrans %}</td></tr>
{% endfor %}
</tbody>
</table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{% include '@RoadizRozier/admin/webhooks/webhook_row.html.twig' %}
</tr>
{% else %}
<tr><td colspan="4">{% trans %}no_webhooks{% endtrans %}</td></tr>
<tr><td colspan="6">{% trans %}no_webhooks{% endtrans %}</td></tr>
{% endfor %}
</tbody>
</table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{% include '@RoadizRozier/redirections/redirection_row.html.twig' %}
</tr>
{% else %}
<tr><td colspan="4">{% trans %}no_redirections{% endtrans %}</td></tr>
<tr><td colspan="5">{% trans %}no_redirections{% endtrans %}</td></tr>
{% endfor %}
</tbody>
</table>
Expand Down
2 changes: 2 additions & 0 deletions lib/Rozier/src/Resources/views/redirections/list.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
<tr>
{% include '@RoadizRozier/redirections/redirection_row.html.twig' %}
</tr>
{% else %}
<tr><td colspan="5">{% trans %}no_redirections{% endtrans %}</td></tr>
{% endfor %}
</tbody>
</table>
Expand Down

0 comments on commit 0efc2d2

Please sign in to comment.