2016-09-24 14:47:51 +03:00
|
|
|
- content_for :header_tags do
|
2016-12-18 13:17:45 +02:00
|
|
|
%meta{:name => "apple-mobile-web-app-capable", :content => "yes"}/
|
2016-09-24 14:47:51 +03:00
|
|
|
= javascript_include_tag 'application'
|
|
|
|
|
2016-09-20 00:25:59 +03:00
|
|
|
= react_component 'Mastodon', default_props, class: 'app-holder', prerender: false
|