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