diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-10-02 19:03:24 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-10-02 19:36:28 +0200 |
commit | e7ab476db240bb2fa09f975734923e2c6d04c3ee (patch) | |
tree | 7f61e1e9999dd3aa5b724cef372d4416da0ccd05 /app/views/home | |
parent | bfc539cfb4f040fcffac740b36791c26c2a74119 (diff) |
Revert server-side part of "Add logged-out access to the web UI"
Diffstat (limited to 'app/views/home')
-rw-r--r-- | app/views/home/index.html.haml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/app/views/home/index.html.haml b/app/views/home/index.html.haml index 437c33715..568b23eff 100644 --- a/app/views/home/index.html.haml +++ b/app/views/home/index.html.haml @@ -1,14 +1,10 @@ - content_for :header_tags do - - if user_signed_in? - = preload_pack_asset 'features/getting_started.js', crossorigin: 'anonymous' - = preload_pack_asset 'features/compose.js', crossorigin: 'anonymous' - = preload_pack_asset 'features/home_timeline.js', crossorigin: 'anonymous' - = preload_pack_asset 'features/notifications.js', crossorigin: 'anonymous' - - = render partial: 'shared/og' + = preload_pack_asset 'features/getting_started.js', crossorigin: 'anonymous' + = preload_pack_asset 'features/compose.js', crossorigin: 'anonymous' + = preload_pack_asset 'features/home_timeline.js', crossorigin: 'anonymous' + = preload_pack_asset 'features/notifications.js', crossorigin: 'anonymous' %meta{name: 'applicationServerKey', content: Rails.configuration.x.vapid_public_key} - = render_initial_state .notranslate.app-holder#mastodon{ data: { props: Oj.dump(default_props) } } |