]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Moved group management below user management add-user-group 2268/head
authorNicolas LÅ“uillet <nicolas@loeuillet.org>
Fri, 5 May 2017 12:50:30 +0000 (14:50 +0200)
committerThomas Citharel <tcit@tcit.fr>
Fri, 23 Jun 2017 07:27:23 +0000 (09:27 +0200)
src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig

index 92b47dac57fb0c88cda39ab252273eb8db88af83..14b8594d4a3afb6ed53556f0fe8ff87a11263a02 100644 (file)
                     <a class="waves-effect" href="{{ path('user_index') }}">{{ 'menu.left.users_management'|trans }}</a>
                 </li>
 
+                <li class="bold {% if currentRoute starts with 'group_' %}active{% endif %}">
+                    <a class="waves-effect" href="{{ path('group_index') }}">{{ 'menu.left.groups_management'|trans }}</a>
+                </li>
+
                 <li class="bold border-bottom {% if currentRoute == 'craue_config_settings_modify' %}active{% endif %}">
                     <a class="waves-effect" href="{{ path('craue_config_settings_modify') }}">{{ 'menu.left.internal_settings'|trans }}</a>
                 </li>
             {% endif %}
-            <li class="bold {% if currentRoute starts with 'group_' %}active{% endif %}">
-                <a class="waves-effect" href="{{ path('group_index') }}">{{ 'menu.left.groups_management'|trans }}</a>
-            </li>
+
             <li class="bold {% if currentRoute == 'import' %}active{% endif %}">
                 <a class="waves-effect" href="{{ path('import') }}">{{ 'menu.left.import'|trans }}</a>
             </li>