We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37c299 commit 0b6771cCopy full SHA for 0b6771c
src/Resources/skeleton/controller/twig_template.tpl.php
@@ -11,8 +11,8 @@
11
12
This friendly message is coming from:
13
<ul>
14
- <li>Your controller at <code><?= $helper->getFileLink("$root_directory/$controller_path", "$controller_path"); ?></code></li>
15
- <li>Your template at <code><?= $helper->getFileLink("$root_directory/$relative_path", "$relative_path"); ?></code></li>
+ <li>Your controller at <code><?= $root_directory/$controller_path ?></code></li>
+ <li>Your template at <code><?= $root_directory/$relative_path ?></code></li>
16
</ul>
17
</div>
18
{% endblock %}
0 commit comments