8000 [Bridge\Twig] fix bootstrap checkbox_row to render properly & remove spaceless by arkste · Pull Request #24728 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Bridge\Twig] fix bootstrap checkbox_row to render properly & remove spaceless #24728

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 11 commits into from
Closed
Prev Previous commit
[TwigBridge] EOL added
  • Loading branch information
arkste committed Oct 30, 2017
commit cbecd021aac47b9ed6cdbf7c7a8cb7d391f79919
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ col-sm-10
{{- form_errors(form) -}}
</div>{#--#}
</div>
{%- endblock checkbox_row %}
{%- endblock checkbox_row %}
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ col-sm-10
{{- form_errors(form) -}}
</div>{#--#}
</div>
{%- endblock checkbox_row %}
{%- endblock checkbox_row %}
0