Sha256: 43e4d651a6c897fab79fecca170bf7b2bea775ae04dc644dd0a18ef575bca220
Contents?: true
Size: 1.26 KB
Versions: 3
Compression:
Stored size: 1.26 KB
Contents
<!DOCTYPE html> <html> <head> <title>Snapshot UI</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="turbo-refresh-method" content="morph"> <meta name="turbo-refresh-scroll" content="preserve"> <link rel="stylesheet" href="<%= stylesheet_path("application.css") %>"> <meta name="action-cable-url" content="ws://127.0.0.1:7070/cable" /> <script type="importmap" data-turbo-track="reload"> { "imports": { "application": "<%= javascript_path("application.js") %>", "@hotwired/stimulus": "https://cdn.jsdelivr.net/npm/@hotwired/stimulus@3.2.2/+esm", "@hotwired/turbo": "https://cdn.jsdelivr.net/npm/@hotwired/turbo@8.0.4/+esm", "@rails/actioncable": "https://cdn.jsdelivr.net/npm/@rails/actioncable@7.1.3-4/+esm", "controllers/refresh_controller": "<%= javascript_path("controllers/refresh_controller.js") %>", "channels/consumer": "<%= javascript_path("channels/consumer.js") %>", "channels": "<%= javascript_path("channels/index.js") %>", "channels/refresh_channel": "<%= javascript_path("channels/refresh_channel.js") %>" } } </script> <script type="module"> import "application" </script> </head> <%= yield %> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
snapshot_ui-0.3.0 | lib/snapshot_ui/web/views/layout.html.erb |
snapshot_ui-0.2.0 | lib/snapshot_ui/web/views/layout.html.erb |
snapshot_ui-0.1.0 | lib/snapshot_ui/web/views/layout.html.erb |