Sha256: 6e73aeed39b18452f9971651416c504fbd2ff1995b27ffa44503032eb7f85358

Contents?: true

Size: 675 Bytes

Versions: 5

Compression:

Stored size: 675 Bytes

Contents

<!DOCTYPE html>
<html class="h-full bg-base-100" data-theme="<%= Masks.configuration.theme %>">
  <head>
    <title><%= t(".meta.title") %></title>
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <%= csrf_meta_tags %>
    <%= csp_meta_tag %>
    <%= stylesheet_link_tag "masks/application", "data-turbo-track": "reload" %>
    <%= javascript_include_tag "masks/application", "data-turbo-track": "reload", defer: true %>
  </head>
  <body class="h-screen flex px-2">
    <div class="m-auto w-full max-w-screen-sm p-6 md:p-10 md:pt-8 pt-4 bg-base-300 rounded-2xl shadow">
      <%= render "header" %>
      <%= yield %>
    </div>
  </body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
masks-0.4.0 app/views/layouts/masks/application.html.erb
masks-0.3.2 app/views/layouts/masks/application.html.erb
masks-0.3.1 app/views/layouts/masks/application.html.erb
masks-0.3.0 app/views/layouts/masks/application.html.erb
masks-0.2.0 app/views/layouts/masks/application.html.erb