Sha256: 94d8a4b750d7f9359ca99c85302df0e1d7370e70ac4f87b1fed9a5f144dbeb03
Contents?: true
Size: 606 Bytes
Versions: 3
Compression:
Stored size: 606 Bytes
Contents
<!DOCTYPE html> <html class="h-full"> <head> <title>Rosetta</title> <%= csrf_meta_tags %> <%= csp_meta_tag %> <%= yield :head %> <%= stylesheet_link_tag "rosetta/application", media: "all" %> <%= javascript_include_tag "rosetta/application", defer: true %> </head> <body class="h-full" data-controller="dialog"> <div class="min-h-full"> <%= render "layouts/rosetta/navbar" %> <%= render "layouts/rosetta/flashes" %> <main class="mx-auto max-w-4xl px-4 sm:px-6 lg:px-8 py-10"> <%= yield %> </main> </div> <%= render "layouts/rosetta/dialog" %> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems