File tree 1 file changed +1
-8
lines changed
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector
1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 49
49
<span >{{ request_handler }}</span >
50
50
</div >
51
51
52
- {% if collector .controller .class is defined -%}
53
- <div class =" sf-toolbar-info-piece" >
54
- <b >Controller class</b >
55
- <span >{{ collector .controller .class }}</span >
56
- </div >
57
- {%- endif %}
58
-
59
52
<div class =" sf-toolbar-info-piece" >
60
53
<b >Route name</b >
61
54
<span >{{ collector .route | default (' NONE' ) }}</span >
297
290
{% if controller .class is defined -%}
298
291
{%- if method | default (false ) %}<span class =" sf-toolbar-status sf-toolbar-redirection-method" >{{ method }}</span >{% endif -%}
299
292
{%- set link = controller .file | file_link(controller .line ) %}
300
- {%- if link %}<a href =" {{ link }}" title =" {{ controller .file }}" >{% else %}<span >{% endif %}
293
+ {%- if link %}<a href =" {{ link }}" title =" {{ controller .class }}" >{% else %}<span title = " {{ controller . class }} " >{% endif %}
301
294
302
295
{%- if route | default (false ) -%}
303
296
@{{ route }}
You can’t perform that action at this time.
0 commit comments