This file is indexed.

/usr/share/php/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_item.html.twig is in php-symfony-web-profiler-bundle 2.7.10-0ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
{% if link|default(true) %}
    {% set icon %}
        <a href="{{ path('_profiler', { 'token': token, 'panel': name }) }}">{{ icon }}</a>
    {% endset %}
{% endif %}
<div class="sf-toolbar-block">
     <div class="sf-toolbar-icon">{{ icon|default('') }}</div>
     <div class="sf-toolbar-info">{{ text|default('') }}</div>
</div>