Sha256: 47e23eeda2866e0072103d90e721f4f3ac6c95cbee7d7611f1ddc7c1b9e2b03e

Contents?: true

Size: 542 Bytes

Versions: 11

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

11 entries across 11 versions & 1 rubygems

Version Path
headmin-0.6.3 app/views/examples/auth.html.erb
headmin-0.6.2 app/views/examples/auth.html.erb
headmin-0.6.1 app/views/examples/auth.html.erb
headmin-0.6.0 app/views/examples/auth.html.erb
headmin-0.5.9 app/views/examples/auth.html.erb
headmin-0.5.8 app/views/examples/auth.html.erb
headmin-0.5.7 app/views/examples/auth.html.erb
headmin-0.5.6 app/views/examples/auth.html.erb
headmin-0.5.5 app/views/examples/auth.html.erb
headmin-0.5.4 app/views/examples/auth.html.erb
headmin-0.5.3 app/views/examples/auth.html.erb