aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Exception/error.html.twig
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2017-10-24 00:15:52 +0200
committerKevin Decherf <kevin@kdecherf.com>2017-10-24 00:15:52 +0200
commit9ff628ca5612f378ddcf5faead065ed3415a6fac (patch)
tree31f8a61ac8725b8c03d1959cd650eccb4880c9e7 /src/Wallabag/CoreBundle/Resources/views/themes/baggy/Exception/error.html.twig
parent1953a872932a63792293b4aec087880265ba89f7 (diff)
downloadwallabag-9ff628ca5612f378ddcf5faead065ed3415a6fac.tar.gz
wallabag-9ff628ca5612f378ddcf5faead065ed3415a6fac.tar.zst
wallabag-9ff628ca5612f378ddcf5faead065ed3415a6fac.zip
webpack & views: replace bundles/wallabagcore with wallassets
This change will prevent composer from removing wallabagcore assets when installing assets. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/baggy/Exception/error.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/baggy/Exception/error.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Exception/error.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Exception/error.html.twig
index b52634fd..9959cc3d 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Exception/error.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Exception/error.html.twig
@@ -12,7 +12,7 @@
12<main class="valign-wrapper"> 12<main class="valign-wrapper">
13 <div class="valign row"> 13 <div class="valign row">
14 <div class="card sw"> 14 <div class="card sw">
15 <div class="center"><img src="{{ asset('bundles/wallabagcore/themes/_global/img/logo-w.png') }}" alt="wallabag logo" /></div> 15 <div class="center"><img src="{{ asset('wallassets/themes/_global/img/logo-w.png') }}" alt="wallabag logo" /></div>
16 <h2>{{ status_code }}: {{ status_text }}</h2> 16 <h2>{{ status_code }}: {{ status_text }}</h2>
17 <p>{{ exception.message }}</p> 17 <p>{{ exception.message }}</p>
18 </div> 18 </div>