Sha256: 3c2ca681783af8f2a45df0812be8615ef1f4a807e2ed4bfceba12f8f4f60b5a4
Contents?: true
Size: 680 Bytes
Versions: 2
Compression:
Stored size: 680 Bytes
Contents
<!DOCTYPE html> <html class="h-full bg-gray-50"> <head> <title><%= t("application_name") %></title> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="apple-mobile-web-app-capable" content="yes"> <%= csrf_meta_tags %> <%= csp_meta_tag %> <%= yield :head %> <%= stylesheet_link_tag "tailwind", "inter-font", "data-turbo-track": "reload" %> <%= maquina_importmap_tags %> <%= turbo_refreshes_with method: :morph, scroll: :preserve %> </head> <body class="h-full"> <%= render Maquina::Application::Alert.new(flash) %> <main class="container mx-auto"> <%= yield %> </main> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
maquina-0.5.2 | app/views/layouts/maquina/sessions.html.erb |
maquina-0.5.1 | app/views/layouts/maquina/sessions.html.erb |