fix: Warn if JavaScript is disabled (#3634)
This commit is contained in:
parent
75c6513c67
commit
8acadeea76
3 changed files with 14 additions and 0 deletions
|
@ -4,3 +4,7 @@
|
|||
= javascript_pack_tag 'application', integrity: true, crossorigin: 'anonymous'
|
||||
|
||||
.app-holder#mastodon{ data: { props: Oj.dump(default_props) } }
|
||||
%noscript
|
||||
= image_tag asset_pack_path('logo.png')
|
||||
%div
|
||||
= t('errors.noscript')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue