aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-01-22 13:45:10 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-01-22 13:45:14 +0100
commit30d81a47c689e1d7d963fcd3fd42af9958805e31 (patch)
treecf1e1ccb801842cf4acc51c353bb481ede37d364 /src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
parent124f8091cbb1e5cccd7972fa368f8e7c434e0e5b (diff)
downloadwallabag-30d81a47c689e1d7d963fcd3fd42af9958805e31.tar.gz
wallabag-30d81a47c689e1d7d963fcd3fd42af9958805e31.tar.zst
wallabag-30d81a47c689e1d7d963fcd3fd42af9958805e31.zip
Move public assets for themes
So they can be installed using the `assets:install` command and there'll no longer symlink in the repo They moved from `web/themes/...` to `bundles/wallabagcore/themes/...`
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
index 7e1f2922..c23d0e27 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
@@ -39,7 +39,7 @@
39 {{ entry.content | raw }} 39 {{ entry.content | raw }}
40 </article> 40 </article>
41 </div> 41 </div>
42 <script src="{{ asset('themes/_global/js/restoreScroll.js')}}"></script> 42 <script src="{{ asset('bundles/wallabagcore/themes/_global/js/restoreScroll.js')}}"></script>
43 <script type="text/javascript"> 43 <script type="text/javascript">
44 $(document).ready(function() { 44 $(document).ready(function() {
45 45