Sha256: c8354e6a439895443a5132b6c9a62637ad6690076028908d64b8ad579376a66f
Contents?: true
Size: 350 Bytes
Versions: 31
Compression:
Stored size: 350 Bytes
Contents
<html> <head> <%# include all turbo-track elements so turbo knows it can cache frame visits %> <%= stylesheet_link_tag Koi.config.admin_stylesheet, "data-turbo-track": "reload" %> <%= javascript_importmap_tags "koi/admin" %> <%= yield :head %> </head> <body> <%= render Kpop::FrameComponent.new do %> <%= yield %> <% end %> </body> </html>
Version data entries
31 entries across 31 versions & 1 rubygems