diff --git a/src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig b/src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig index 83309a0bafb0..dbd524a7d739 100644 --- a/src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig +++ b/src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig @@ -26,11 +26,20 @@ {% block panel %}

Security

{% if collector.user %} -

- Username: {{ collector.user }}
- Authenticated? {{ collector.authenticated ? 'yes' : 'no' }}
- Roles: {{ collector.roles|yaml_encode }} -

+ + + + + + + + + + + + + +
Username{{ collector.user }}
Authenticated?{{ collector.authenticated ? 'yes' : 'no' }}
Roles{{ collector.roles|yaml_encode }}
{% elseif collector.enabled %}

No token