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 19
19
20
20
<div class =" modal-body" >
21
21
{% 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 >
23
23
<pre ><code class =" php" >{{ controller .source_code }}</code ></pre >
24
24
{% 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 >
26
26
<pre ><code >{{ ' not_available' | trans }}</code ></pre >
27
27
{% endif %}
28
28
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 >
30
30
<pre ><code class =" twig" >{{ template .source_code }}</code ></pre >
31
31
</div >
32
32
</div >
You can’t perform that action at this time.
0 commit comments