about summary refs log tree commit diff
path: root/app/views/layouts/error.html.haml
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-12-17 14:47:00 +0100
committerThibG <thib@sitedethib.com>2018-12-19 20:49:58 +0100
commit0c2d48b60af9e7fb3b2fcc54d1f4e706d2242e0e (patch)
treef007e12de58745b282a9835025a8c8d1cff80dc9 /app/views/layouts/error.html.haml
parentaae088aaf0d5de542d917d11b7b2e86047645dd7 (diff)
Replace animated oops.gif by a non-animated image
Fixes #6060
Diffstat (limited to 'app/views/layouts/error.html.haml')
-rw-r--r--app/views/layouts/error.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/error.html.haml b/app/views/layouts/error.html.haml
index be3e9f105..c9afbb5c8 100644
--- a/app/views/layouts/error.html.haml
+++ b/app/views/layouts/error.html.haml
@@ -9,6 +9,6 @@
     = render partial: 'layouts/theme', object: (@theme || { pack: 'common', flavour: 'glitch', skin: 'default' })
   %body.error
     .dialog
-      %img{ alt: Setting.default_settings['site_title'], src: '/oops.gif' }/
+      %img{ alt: Setting.default_settings['site_title'], src: '/oops.png' }/
       %div
         %h1= yield :content