8000 [WDT] added documentation link · symfony/symfony@709be4b · GitHub
[go: up one dir, main page]

Skip to content

Commit 709be4b

Browse files
committed
[WDT] added documentation link
the doc server redirects to the correct branch according to the symfony version
1 parent a01dec0 commit 709be4b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/config.html.twig

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99
</a>
1010
{% endset %}
1111
{% set text %}
12-
Symfony <b>{{ collector.symfonyversion }}</b>
12+
<div class="sf-toolbar-info-piece">
13+
Symfony <b>{{ collector.symfonyversion }}</b>
14+
</div>
15+
<div class="sf-toolbar-info-piece">
16+
<a href="http://symfony.com/doc/{{ collector.symfonyversion }}/index.html" rel="help">Documentation</a>
17+
</div>
1318
{% endset %}
1419
{% include 'WebProfilerBundle:Profiler:toolbar_item.html.twig' with { 'link': false } %}
1520

0 commit comments

Comments
 (0)
156E
0