X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2Flayout.html.twig;h=95d7da9a36cb2b95ae44dde9bb82c70c25150551;hb=eb7b632ee6f898dbe5c861623f59fa62fc4d5235;hp=cb6fd58ae3d768add4eac32d3306225d51932997;hpb=77a53ea7244a5483e57f657e8f53bf45f226c581;p=github%2Fwallabag%2Fwallabag.git 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 cb6fd58a..95d7da9a 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig @@ -29,7 +29,7 @@ {% block logo %} {% endblock %} @@ -46,6 +46,8 @@ {% set activeRoute = 'starred' %} {% elseif currentRoute == 'unread' or currentRoute == 'homepage' or currentRouteFromQueryParams == 'unread' %} {% set activeRoute = 'unread' %} + {% elseif currentRoute == 'untagged' %} + {% set activeRoute = 'untagged' %} {% endif %}
  • @@ -60,77 +62,81 @@
  • {{ 'menu.left.all_articles'|trans }} {{ count_entries('all') }}
  • -
  • +
  • {{ 'menu.left.tags'|trans }} {{ count_tags() }}
  • -
  • - {{ 'menu.left.config'|trans }} -
  • - {% if craue_setting('restricted_access') %} -
  • - {{ 'menu.left.site_credentials'|trans }} -
  • - {% endif %} - {% if is_granted('ROLE_SUPER_ADMIN') %} -
  • - {{ 'menu.left.users_management'|trans }} -
  • - -
  • - {{ 'menu.left.internal_settings'|trans }} -
  • - {% endif %} -
  • - {{ 'menu.left.import'|trans }} -
  • -
  • - {{ 'menu.left.developer'|trans }} -
  • -
  • - {{ 'menu.left.howto'|trans }} -
  • -
  • - {{ 'menu.left.logout'|trans }} -
  • -