mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-01-11 08:41:42 +01:00
6de079a5af
removing web app capability from non-webapp pages
5 lines
224 B
Text
5 lines
224 B
Text
- content_for :header_tags do
|
|
%meta{:name => "apple-mobile-web-app-capable", :content => "yes"}/
|
|
= javascript_include_tag 'application'
|
|
|
|
= react_component 'Mastodon', default_props, class: 'app-holder', prerender: false
|