mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 18:14:59 +00:00
Refactor rendering fragment: using controller path
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
<b>
|
<b>
|
||||||
{{ app.user.username }}
|
{{ app.user.username }}
|
||||||
{{ render(controller('ChillMainBundle:UI:showNotificationUserCounter')) }}
|
{{ render(controller('Chill\\MainBundle\\Controller\\UIController::showNotificationUserCounterAction')) }}
|
||||||
</b>
|
</b>
|
||||||
|
|
||||||
{% if is_granted('ROLE_PREVIOUS_ADMIN') %}
|
{% if is_granted('ROLE_PREVIOUS_ADMIN') %}
|
||||||
|
Reference in New Issue
Block a user