aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-08-28 16:15:27 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-08-28 16:15:27 +0200
commitcdd3010b478c9ca818dd6d22d03c81ef4a5ab208 (patch)
treeffc9957fc228625501214bbb2e9f4bebe7936982 /src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
parent13d44ca766b1020327f0b9b005dc2e95deb156a1 (diff)
parent985f5f9d05f7ff7e443442b1775923b379c141d6 (diff)
downloadwallabag-cdd3010b478c9ca818dd6d22d03c81ef4a5ab208.tar.gz
wallabag-cdd3010b478c9ca818dd6d22d03c81ef4a5ab208.tar.zst
wallabag-cdd3010b478c9ca818dd6d22d03c81ef4a5ab208.zip
Merge remote-tracking branch 'origin/master' into 2.1
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
index 50134357..6e95345c 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
@@ -7,7 +7,9 @@
7 7
8{% block scripts %} 8{% block scripts %}
9 {{ parent() }} 9 {{ parent() }}
10 <script src="{{ asset('bundles/wallabagcore/themes/material/js/material.min.js') }}"></script> 10 <script src="{{ asset('bundles/wallabagcore/themes/material/js/jquery.tinydot.min.js') }}"></script>
11 <script src="{{ asset('bundles/wallabagcore/themes/material/js/materialize.min.js') }}"></script>
12 <script src="{{ asset('bundles/wallabagcore/themes/material/js/init.js') }}"></script>
11{% endblock %} 13{% endblock %}
12 14
13{% block header %} 15{% block header %}