about summary refs log tree commit diff
path: root/app/views/shares
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shares')
-rw-r--r--app/views/shares/show.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/shares/show.html.haml b/app/views/shares/show.html.haml
new file mode 100644
index 000000000..44b6f145f
--- /dev/null
+++ b/app/views/shares/show.html.haml
@@ -0,0 +1,5 @@
+- content_for :header_tags do
+  %script#initial-state{ type: 'application/json' }!= json_escape(@initial_state_json)
+  = javascript_pack_tag 'share', integrity: true, crossorigin: 'anonymous'
+
+#mastodon-compose{ data: { props: Oj.dump(default_props) } }