]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig
Title in navigation bar
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / material / base.html.twig
index a767f8cfd187c2f750fa8ec1549313b39d8af999..773a37291b269a64a8a9f3e7cc6f2d31b79daf97 100644 (file)
                     </ul>
                     <div class="nav-wrapper nav-panels">
                         <a href="#" data-activates="slide-out" class="nav-panel-menu button-collapse"><i class="mdi-navigation-menu"></i></a>
+                        <div class="left action">
+                            {% if currentRoute == 'unread' or currentRoute == 'homepage' %}{% trans %}Unread{% endtrans %}{% endif %}
+                            {% if currentRoute == 'starred' %}{% trans %}Starred{% endtrans %}{% endif %}
+                            {% if currentRoute == 'archive' %}{% trans %}Archive{% endtrans %}{% endif %}
+                            {% if currentRoute == 'tags' %}{% trans %}Tags{% endtrans %}{% endif %}
+                            {% if currentRoute == 'config' %}{% trans %}Config{% endtrans %}{% endif %}
+                        </div>
                         <div class="input-field nav-panel-buttom">
                             <ul>
                                 <li class="bold"><a class="waves-effect" href="{{ path('new_entry') }}" id="nav-btn-add"><i class="mdi-content-add"></i></a></li>