Sha256: 2cc1290c9554e425eaf2087cabbf66bf4e1a11858006a29e3f0f463f118963a1
Contents?: true
Size: 446 Bytes
Versions: 4
Compression:
Stored size: 446 Bytes
Contents
<html> <head> <%# Workaround for https://github.com/hotwired/turbo-rails/issues/669 %> <%= csrf_meta_tags %> <%= csp_meta_tag %> <%# include all turbo-track elements so turbo knows it can cache frame visits %> <%= stylesheet_link_tag "application", "data-turbo-track": "reload" %> <%= javascript_importmap_tags %> <%= yield :head %> </head> <body> <%= render Kpop::FrameComponent.new do %> <%= yield %> <% end %> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems