X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2Flayout.html.twig;h=c51d07fc2a64f8e121f34a0b05f743eb9b5f54a3;hb=ff8fe22f2e00f91c08efb161e4de52bc4b401880;hp=6472d1822cdd7a7c1be03911b1096421c7d07c11;hpb=fd637b9a5af28d432f775297ff19ba3f779d55b2;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 6472d182..c51d07fc 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 %}
  • @@ -89,6 +91,9 @@
  • {{ 'menu.left.howto'|trans }}
  • +
  • + {{ 'menu.left.quickstart'|trans }} +
  • {{ 'menu.left.logout'|trans }}
  • @@ -113,6 +118,13 @@ search + {% if activeRoute %} +
  • + + casino + +
  • + {% endif %}
  • filter_list @@ -125,7 +137,7 @@
  • - {{ render(controller("WallabagCoreBundle:Entry:searchForm", {'currentRoute': app.request.attributes.get('_route')})) }} + {{ render(controller("WallabagCoreBundle:Entry:searchForm", {'currentRoute': currentRoute})) }} {{ render(controller("WallabagCoreBundle:Entry:addEntryForm")) }} @@ -143,7 +155,7 @@