Sha256: 6dc61b9fed881593b241f26d0cc5406e1d06e3201a0317e751ba7d78bbe57a65

Contents?: true

Size: 590 Bytes

Versions: 5

Compression:

Stored size: 590 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  
  <title><%= CONFIGS[:lato_core][:application_name] %></title>
  <%= render 'layouts/lato_core/partials/load_stylesheet' %>
  <%= render 'layouts/lato_core/partials/load_javascript' %>
  <%= csrf_meta_tags %>
</head>
<body class="layout-authentication">

<div class="layout-authentication__container">

  <% flash.each do |style, message| %>
    <%=raw cell(:elements, :flash).new(message: message, style: style, close: true) %>
  <% end %>

  <%= yield %>
  
</div>

</body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lato_core-2.2.2 app/views/layouts/lato_core/authentication.html.erb
lato_core-2.2.0 app/views/layouts/lato_core/authentication.html.erb
lato_core-2.1.4 app/views/layouts/lato_core/authentication.html.erb
lato_core-2.1.3 app/views/layouts/lato_core/authentication.html.erb
lato_core-2.1.2 app/views/layouts/lato_core/authentication.html.erb