Sha256: cede6abc061350de63d37ed2a89623f9c9f3290c087b01ab10b02c863650550a

Contents?: true

Size: 561 Bytes

Versions: 10

Compression:

Stored size: 561 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title><%= Spud::Core.config.site_name %> Admin: Login</title>
  <%= stylesheet_link_tag 'admin/core/application' %>
  <%= csrf_meta_tags %>
</head>
<body>

<div class="login-container">
  <div class="login-form">
    <h1><%= @login_title || 'Login' %></h1>
    <% if flash[:notice] %>
      <div class="alert">
        <%= flash[:notice] %>
      </div>
    <% elsif flash[:error] %>
      <div class="alert alert-error">
        <%= flash[:error] %>
      </div>
    <% end %>
    <%= yield %>
  </div>
</div>

</body>
</html>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tb_core-1.2.8 app/views/layouts/admin/login.html.erb
tb_core-1.2.7 app/views/layouts/admin/login.html.erb
tb_core-1.2.6 app/views/layouts/admin/login.html.erb
tb_core-1.2.4 app/views/layouts/admin/login.html.erb
tb_core-1.2.3 app/views/layouts/admin/login.html.erb
tb_core-1.2.2 app/views/layouts/admin/login.html.erb
tb_core-1.2.1 app/views/layouts/admin/login.html.erb
tb_core-1.2.0 app/views/layouts/admin/login.html.erb
tb_core-1.1.10 app/views/layouts/admin/login.html.erb
tb_core-1.1.9 app/views/layouts/admin/login.html.erb