aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Exception/error.html.twig
diff options
context:
space:
mode:
authorSimounet <contact@simounet.net>2018-07-11 21:51:52 +0200
committerSimounet <contact@simounet.net>2018-07-11 21:51:52 +0200
commit4c78612eb47b235bc75a90d0aa7df51d654be0c7 (patch)
tree1cde815e68893b123bdaca005f1517ba3feb4f03 /src/Wallabag/CoreBundle/Resources/views/themes/material/Exception/error.html.twig
parent2fdd512488fb8987d34af0be71714faacc832048 (diff)
downloadwallabag-4c78612eb47b235bc75a90d0aa7df51d654be0c7.tar.gz
wallabag-4c78612eb47b235bc75a90d0aa7df51d654be0c7.tar.zst
wallabag-4c78612eb47b235bc75a90d0aa7df51d654be0c7.zip
wallabag logo with typo replaced by an SVG one
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Exception/error.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Exception/error.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Exception/error.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Exception/error.html.twig
index b5db40f5..741795aa 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Exception/error.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Exception/error.html.twig
@@ -11,7 +11,7 @@
11<main class="valign-wrapper"> 11<main class="valign-wrapper">
12 <div class="valign row"> 12 <div class="valign row">
13 <div class="card sw"> 13 <div class="card sw">
14 <div class="center"><img src="{{ asset('wallassets/themes/_global/img/logo-other_themes.png') }}" alt="wallabag logo" /></div> 14 <div class="center"><img src="{{ asset('wallassets/themes/_global/img/logo-wallabag.svg') }}" alt="wallabag logo" class="typo-logo" /></div>
15 <div class="card-content"> 15 <div class="card-content">
16 <div class="row"> 16 <div class="row">
17 <h5>{{ status_code }}: {{ status_text }}</h5> 17 <h5>{{ status_code }}: {{ status_text }}</h5>