Sha256: f48ddf6c4a208ed80cc9d09d611ec7751a40f1fa64c896eafb6c8f5634a18a8a
Contents?: true
Size: 334 Bytes
Versions: 6
Compression:
Stored size: 334 Bytes
Contents
<html> <head> <%# include all turbo-track elements so turbo knows it can cache frame visits %> <%= stylesheet_link_tag "koi/admin", "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
6 entries across 6 versions & 1 rubygems