aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views
diff options
context:
space:
mode:
authorAlexandr Danilov <bitbucket@modos189.ru>2016-08-22 23:34:44 +0300
committerAlexandr Danilov <bitbucket@modos189.ru>2016-08-22 23:34:44 +0300
commite32aea53ab2aa6382c60ec194617aa8e0a79c28f (patch)
tree345057c3d690df5fc37cd71b836ad10b3a8e0b15 /src/Wallabag/CoreBundle/Resources/views
parent4b2774f8dbc8c2bff46d6ec3ca1d8553b1f9cebb (diff)
downloadwallabag-e32aea53ab2aa6382c60ec194617aa8e0a79c28f.tar.gz
wallabag-e32aea53ab2aa6382c60ec194617aa8e0a79c28f.tar.zst
wallabag-e32aea53ab2aa6382c60ec194617aa8e0a79c28f.zip
Added the jquery library dotdotdot ( http://dotdotdot.frebsite.nl/ ) that allows you to clip a text on the second line and fixed cut entries title in card view
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig1
1 files changed, 1 insertions, 0 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 25ad23dd..fa3e6e1d 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
@@ -11,6 +11,7 @@
11{% block scripts %} 11{% block scripts %}
12 {{ parent() }} 12 {{ parent() }}
13 13
14 <script src="{{ asset('bundles/wallabagcore/themes/material/js/jquery.dotdotdot.min.js') }}"></script>
14 <script src="{{ asset('bundles/wallabagcore/themes/material/js/materialize.min.js') }}"></script> 15 <script src="{{ asset('bundles/wallabagcore/themes/material/js/materialize.min.js') }}"></script>
15 <script src="{{ asset('bundles/wallabagcore/themes/material/js/init.js') }}"></script> 16 <script src="{{ asset('bundles/wallabagcore/themes/material/js/init.js') }}"></script>
16{% endblock %} 17{% endblock %}