diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-07-23 20:28:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-23 20:28:06 +0200 |
commit | 3a3b556065d34a52843b427fb211d8649f01fe89 (patch) | |
tree | df31f56739ead21bd775b9794ee013864631b4f8 /app/views/home | |
parent | 9244f6b6280ccc6645478216b1b2fdd1416572df (diff) |
Improve noscript message and style (#4315)
Diffstat (limited to 'app/views/home')
-rw-r--r-- | app/views/home/index.html.haml | 3 |
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') |