]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
add import link on baggy theme 1562/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Sat, 9 Jan 2016 19:33:09 +0000 (20:33 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Sat, 9 Jan 2016 19:33:09 +0000 (20:33 +0100)
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>