]> cat aescling's git repositories - mastodon.git/commitdiff
Replace animated oops.gif by a non-animated image
authorThibaut Girka <thib@sitedethib.com>
Mon, 17 Dec 2018 13:47:00 +0000 (14:47 +0100)
committerThibG <thib@sitedethib.com>
Wed, 19 Dec 2018 19:49:58 +0000 (20:49 +0100)
Fixes #6060

app/views/layouts/error.html.haml
public/oops.png [new file with mode: 0644]

index be3e9f105c4369805bb911b71bf3de2e8a4510ee..c9afbb5c8f117c89d5c8e43a07f7a6269064f985 100644 (file)
@@ -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
diff --git a/public/oops.png b/public/oops.png
new file mode 100644 (file)
index 0000000..0a48cbf
Binary files /dev/null and b/public/oops.png differ