8000
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 a01dec0 commit 709be4bCopy full SHA for 709be4b
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/config.html.twig
@@ -9,7 +9,12 @@
9
</a>
10
{% endset %}
11
{% set text %}
12
- Symfony <b>{{ collector.symfonyversion }}</b>
+ <div class="sf-toolbar-info-piece">
13
+ Symfony <b>{{ collector.symfonyversion }}</b>
14
+ </div>
15
16
+ <a href="http://symfony.com/doc/{{ collector.symfonyversion }}/index.html" rel="help">Documentation</a>
17
18
19
{% include 'WebProfilerBundle:Profiler:toolbar_item.html.twig' with { 'link': false } %}
20
0 commit comments