Sha256: 6d7b50e4e2ca8a435d59a6b437827dd840168df72258ca25fcfbbc6cfb53bb4c
Contents?: true
Size: 567 Bytes
Versions: 1
Compression:
Stored size: 567 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Snapshot Inspector</title> <%= csrf_meta_tags %> <%= csp_meta_tag %> <%= stylesheet_link_tag "snapshot_inspector/application", media: "all" %> <%= snapshot_inspector_importmap_tags %> <%= javascript_import_module_tag "snapshot_inspector/application" %> <% if defined?(Hotwire::Livereload::DISABLE_FILE) && !File.exist?(Rails.root.join(Hotwire::Livereload::DISABLE_FILE)) %> <%= hotwire_livereload_tags %> <% end %> </head> <body id="<%= "#{controller_name}_#{action_name}" %>"> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
snapshot_inspector-0.1.1 | app/views/layouts/snapshot_inspector/application.html.erb |