8000 merged branch bschussek/table-layout-fix (PR #8059) · richsage/symfony@37d9de9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 37d9de9

Browse files
committed
merged branch bschussek/table-layout-fix (PR symfony#8059)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes symfony#8059). Discussion ---------- [TwigBridge] Added missing column to the form's table layout | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 97f3669 [TwigBridge] Added missing column to the form's table layout
2 parents 3c57921 + 683bd17 commit 37d9de9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

0 commit comments

Comments
 (0)
0