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