File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919
2020 <div class =" modal-body" >
2121 {% if controller %}
22- <h3 ><a href =" http ://symfony.com/doc/current/controller.html" target =" _blank" >{{ ' title.controller_code' | trans }}</a ><small class =" pull-right" >{{ controller .file_path | format_file(controller .starting_line ) }}</small ></h3 >
22+ <h3 ><a href =" https ://symfony.com/doc/current/controller.html" target =" _blank" >{{ ' title.controller_code' | trans }}</a ><small class =" pull-right" >{{ controller .file_path | format_file(controller .starting_line ) }}</small ></h3 >
2323 <pre ><code class =" php" >{{ controller .source_code }}</code ></pre >
2424 {% else %}
25- <h3 ><a href =" http ://symfony.com/doc/current/controller.html" >{{ ' title.controller_code' | trans }}</a ></h3 >
25+ <h3 ><a href =" https ://symfony.com/doc/current/controller.html" >{{ ' title.controller_code' | trans }}</a ></h3 >
2626 <pre ><code >{{ ' not_available' | trans }}</code ></pre >
2727 {% endif %}
2828
29- <h3 ><a href =" http ://symfony.com/doc/current/templating.html" target =" _blank" >{{ ' title.twig_template_code' | trans }}</a ><small class =" pull-right" >{{ template .file_path | format_file(template .starting_line ) }}</small ></h3 >
29+ <h3 ><a href =" https ://symfony.com/doc/current/templating.html" target =" _blank" >{{ ' title.twig_template_code' | trans }}</a ><small class =" pull-right" >{{ template .file_path | format_file(template .starting_line ) }}</small ></h3 >
3030 <pre ><code class =" twig" >{{ template .source_code }}</code ></pre >
3131 </div >
3232 </div >
You can’t perform that action at this time.
0 commit comments