diff --git a/templates/_header.html.twig b/templates/_header.html.twig index 1625265..86ad221 100644 --- a/templates/_header.html.twig +++ b/templates/_header.html.twig @@ -1,6 +1,6 @@ - + @@ -10,12 +10,14 @@ + {% if is_granted('ROLE_USER') %} - - + + Profile - + Settings {% if is_granted('ROLE_ADMIN') %} - + Administration {% endif %} - + Logout @@ -50,7 +52,7 @@ - Sign In + Log In {% endif %} @@ -59,4 +61,3 @@ -