]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #1563 from wallabag/v2-fix-1394
authorJeremy Benoist <j0k3r@users.noreply.github.com>
Sun, 10 Jan 2016 09:20:16 +0000 (10:20 +0100)
committerJeremy Benoist <j0k3r@users.noreply.github.com>
Sun, 10 Jan 2016 09:20:16 +0000 (10:20 +0100)
#1394 Fixed 'mark as read' and 'mark as unread' links

src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig

index 26de7943c87d7f8856faf63829227790549d7a3b..e46c1826ba07c1136670a53bd89245e45339ee54 100644 (file)
@@ -51,6 +51,7 @@
             </div>
         </li>
         <li><a href="{{ path('config') }}">{% trans %}config{% endtrans %}</a></li>
+        <li><a href="{{ path('import') }}">{% trans %}import{% endtrans %}</a></li>
         <li><a href="{{ path('howto') }}">{% trans %}howto{% endtrans %}</a></li>
         <li><a href="{{ path('about') }}">{% trans %}about{% endtrans %}</a></li>
         <li><a class="icon icon-power" href="{{ path('fos_user_security_logout') }}" title="{% trans %}logout{% endtrans %}">{% trans %}logout{% endtrans %}</a></li>