Sha256: 74b7124b4e3f76eeaa6691db87b855d8f87a6e8446ddfd634b10e05385875378

Contents?: true

Size: 542 Bytes

Versions: 20

Compression:

Stored size: 542 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Authentication</title>
  <meta name="viewport" content="width=device-width,initial-scale=1">
  <%= csrf_meta_tags %>
  <%= csp_meta_tag %>
  <%= stylesheet_pack_tag 'admin', media: 'all', 'data-turbolinks-track': 'reload' %>
  <%= javascript_pack_tag 'admin', 'data-turbolinks-track': 'reload' %>
</head>
<body class="bg-light w-100 vh-100">

<%= render 'headmin/notifications' %>

<main class="d-flex justify-content-center align-items-center w-100 vh-100 p-3">
  <%= yield %>
</main>

</body>
</html>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
headmin-0.2.9 app/views/examples/auth.html.erb
headmin-0.5.2 app/views/examples/auth.html.erb
headmin-0.4.2 app/views/examples/auth.html.erb
headmin-0.4.1 app/views/examples/auth.html.erb
headmin-0.4.0 app/views/examples/auth.html.erb
headmin-0.3.4 app/views/examples/auth.html.erb
headmin-0.3.3 app/views/examples/auth.html.erb
headmin-0.3.2 app/views/examples/auth.html.erb
headmin-0.3.1 app/views/examples/auth.html.erb
headmin-0.2.8 app/views/examples/auth.html.erb
headmin-0.2.7 app/views/examples/auth.html.erb
headmin-0.2.6 app/views/examples/auth.html.erb
headmin-0.2.5 app/views/examples/auth.html.erb
headmin-0.2.4 app/views/examples/auth.html.erb
headmin-0.2.3 app/views/examples/auth.html.erb
headmin-0.2.2 app/views/examples/auth.html.erb
headmin-0.2.1 app/views/examples/auth.html.erb
headmin-0.2.0 app/views/examples/auth.html.erb
headmin-0.1.2 app/views/layouts/admin/auth.html.erb
headmin-0.1.1 app/views/layouts/admin/auth.html.erb