From b17874a7d58e1ae853935a564b205566efd9ed74 Mon Sep 17 00:00:00 2001 From: Alexandr Danilov Date: Thu, 6 Aug 2015 04:22:45 +0300 Subject: Many corrections material theme --- .../Resources/views/themes/material/base.html.twig | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig index 247c871e..0c8a2a29 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig @@ -68,11 +68,14 @@ {% endblock %} -
  • {% trans %}unread{% endtrans %}
  • -
  • {% trans %}favorites{% endtrans %}
  • -
  • {% trans %}archive{% endtrans %}
  • -
  • {% trans %}tags{% endtrans %}
  • -
  • {% trans %}config{% endtrans %}
  • + + {% set currentRoute = app.request.attributes.get('_route') %} + +
  • {% trans %}unread{% endtrans %}
  • +
  • {% trans %}favorites{% endtrans %}
  • +
  • {% trans %}archive{% endtrans %}
  • +
  • {% trans %}tags{% endtrans %}
  • +
  • {% trans %}config{% endtrans %}
  • {% trans %}logout{% endtrans %}