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