Skip to content

Commit d656be0

Browse files
committed
merged branch paradoxe/master (PR #8043)
This PR was merged into the master branch. Discussion ---------- [Form][Twig] Removed an extra table column in the "button_row" block template | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 6d5bc7a [Twig][Form] Removed extra table colunm in the button_row block template
2 parents b027c92 + 6d5bc7a commit d656be0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Bridge/Twig/Resources/views/Form/form_table_layout.html.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
{% block button_row %}
1818
{% spaceless %}
1919
<tr>
20-
<td></td>
2120
<td colspan="2">
2221
{{ form_widget(form) }}
2322
</td>

0 commit comments

Comments
 (0)