From 9ff628ca5612f378ddcf5faead065ed3415a6fac Mon Sep 17 00:00:00 2001 From: Kevin Decherf Date: Tue, 24 Oct 2017 00:15:52 +0200 Subject: webpack & views: replace bundles/wallabagcore with wallassets This change will prevent composer from removing wallabagcore assets when installing assets. Signed-off-by: Kevin Decherf --- .../CoreBundle/Resources/views/themes/common/Entry/share.html.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/common/Entry') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig index a67807f9..955420ba 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig @@ -4,7 +4,7 @@ - {% set picturePath = app.request.schemeAndHttpHost ~ asset('bundles/wallabagcore/themes/_global/img/logo-other_themes.png') %} + {% set picturePath = app.request.schemeAndHttpHost ~ asset('wallassets/themes/_global/img/logo-other_themes.png') %} {% if entry.previewPicture is not null %} {% set picturePath = entry.previewPicture %} {% endif %} @@ -15,9 +15,9 @@ {% if app.debug %} - + {% else %} - + {% endif %} -- cgit v1.2.3