mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-13 19:54:01 -05:00
6 lines
192 B
Plaintext
6 lines
192 B
Plaintext
- content_for :header_tags do
|
|
= render_initial_state
|
|
= javascript_pack_tag 'share', integrity: true, crossorigin: 'anonymous'
|
|
|
|
#mastodon-compose{ data: { props: Oj.dump(default_props) } }
|