diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-10-24 11:20:11 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-11-15 21:54:20 +0100 |
commit | 3cc78f06799b0c91957767e8d9255e67b30edd96 (patch) | |
tree | 88aca51a22f8c7ec9a2894b689732be571111e3a /src/Wallabag | |
parent | 644b340178136ef9465fdc3cf40f1de0f5f8c3d3 (diff) | |
download | wallabag-3cc78f06799b0c91957767e8d9255e67b30edd96.tar.gz wallabag-3cc78f06799b0c91957767e8d9255e67b30edd96.tar.zst wallabag-3cc78f06799b0c91957767e8d9255e67b30edd96.zip |
Added shortcuts
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/base.html.twig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/base.html.twig b/src/Wallabag/CoreBundle/Resources/views/base.html.twig index a1a9a136..289458d4 100644 --- a/src/Wallabag/CoreBundle/Resources/views/base.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/base.html.twig | |||
@@ -41,6 +41,8 @@ | |||
41 | {% block css %} | 41 | {% block css %} |
42 | {% endblock %} | 42 | {% endblock %} |
43 | {% block scripts %} | 43 | {% block scripts %} |
44 | <script src="{{ asset('bundles/fosjsrouting/js/router.js') }}"></script> | ||
45 | <script src="{{ path('fos_js_routing_js', { callback: 'fos.Router.setData' }) }}"></script> | ||
44 | {% endblock %} | 46 | {% endblock %} |
45 | 47 | ||
46 | <title>{% block title %}{% endblock %} – wallabag</title> | 48 | <title>{% block title %}{% endblock %} – wallabag</title> |