about summary refs log tree commit diff
path: root/app/views/home
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-07-23 20:28:06 +0200
committerGitHub <noreply@github.com>2017-07-23 20:28:06 +0200
commit3a3b556065d34a52843b427fb211d8649f01fe89 (patch)
treedf31f56739ead21bd775b9794ee013864631b4f8 /app/views/home
parent9244f6b6280ccc6645478216b1b2fdd1416572df (diff)
Improve noscript message and style (#4315)
Diffstat (limited to 'app/views/home')
-rw-r--r--app/views/home/index.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/home/index.html.haml b/app/views/home/index.html.haml
index a2ea0d948..75fe59f00 100644
--- a/app/views/home/index.html.haml
+++ b/app/views/home/index.html.haml
@@ -6,6 +6,7 @@
 
 .app-holder#mastodon{ data: { props: Oj.dump(default_props) } }
   %noscript
-    = image_tag asset_pack_path('logo.svg')
+    = image_tag asset_pack_path('logo.svg'), alt: 'Mastodon'
+
     %div
       = t('errors.noscript')