diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-05-05 14:50:30 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2017-06-23 09:27:23 +0200 |
commit | f5756cfee4d4b1066ddb9ee4f46a396f20ecf203 (patch) | |
tree | 887f4c5782294de3241c88d1d518cc603493b3d1 | |
parent | 5847dd3572caf06c0e0d5e307241c3b6bc3f8611 (diff) | |
download | wallabag-f5756cfee4d4b1066ddb9ee4f46a396f20ecf203.tar.gz wallabag-f5756cfee4d4b1066ddb9ee4f46a396f20ecf203.tar.zst wallabag-f5756cfee4d4b1066ddb9ee4f46a396f20ecf203.zip |
Moved group management below user managementadd-user-group
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig index 92b47dac..14b8594d 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig | |||
@@ -76,13 +76,15 @@ | |||
76 | <a class="waves-effect" href="{{ path('user_index') }}">{{ 'menu.left.users_management'|trans }}</a> | 76 | <a class="waves-effect" href="{{ path('user_index') }}">{{ 'menu.left.users_management'|trans }}</a> |
77 | </li> | 77 | </li> |
78 | 78 | ||
79 | <li class="bold {% if currentRoute starts with 'group_' %}active{% endif %}"> | ||
80 | <a class="waves-effect" href="{{ path('group_index') }}">{{ 'menu.left.groups_management'|trans }}</a> | ||
81 | </li> | ||
82 | |||
79 | <li class="bold border-bottom {% if currentRoute == 'craue_config_settings_modify' %}active{% endif %}"> | 83 | <li class="bold border-bottom {% if currentRoute == 'craue_config_settings_modify' %}active{% endif %}"> |
80 | <a class="waves-effect" href="{{ path('craue_config_settings_modify') }}">{{ 'menu.left.internal_settings'|trans }}</a> | 84 | <a class="waves-effect" href="{{ path('craue_config_settings_modify') }}">{{ 'menu.left.internal_settings'|trans }}</a> |
81 | </li> | 85 | </li> |
82 | {% endif %} | 86 | {% endif %} |
83 | <li class="bold {% if currentRoute starts with 'group_' %}active{% endif %}"> | 87 | |
84 | <a class="waves-effect" href="{{ path('group_index') }}">{{ 'menu.left.groups_management'|trans }}</a> | ||
85 | </li> | ||
86 | <li class="bold {% if currentRoute == 'import' %}active{% endif %}"> | 88 | <li class="bold {% if currentRoute == 'import' %}active{% endif %}"> |
87 | <a class="waves-effect" href="{{ path('import') }}">{{ 'menu.left.import'|trans }}</a> | 89 | <a class="waves-effect" href="{{ path('import') }}">{{ 'menu.left.import'|trans }}</a> |
88 | </li> | 90 | </li> |