Sha256: f7f8e9ed17719e75cc3c8cc61356a28a1ff00336b9a44a8c0c3496621dad0096

Contents?: true

Size: 832 Bytes

Versions: 5

Compression:

Stored size: 832 Bytes

Contents

<!doctype html>
  <!--[if lt IE 7 ]> <html class="ie ie6" lang="<%= I18n.locale %>"> <![endif]-->
  <!--[if IE 7 ]>    <html class="ie ie7" lang="<%= I18n.locale %>"> <![endif]-->
  <!--[if IE 8 ]>    <html class="ie ie8" lang="<%= I18n.locale %>"> <![endif]-->
  <!--[if IE 9 ]>    <html class="ie ie9" lang="<%= I18n.locale %>"> <![endif]-->
  <!--[if gt IE 9]><!--><html lang="<%= I18n.locale %>"><!--<![endif]-->
  <head data-hook="admin_inside_head">
    <%= render partial: 'spree/admin/shared/head' %>
  </head>

  <body class="admin bg-light pt-5">
    <div class="container">

      <div class="row">
        <div class="col-lg-6 offset-lg-3">
          <%= render partial: 'spree/admin/shared/header' %>

          <%= flash_alert(flash) %>

          <%= yield %>
        </div>
      </div>
    </div>
  </body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
spree_auth_devise-4.6.3 lib/views/backend/spree/layouts/login.html.erb
spree_auth_devise-4.6.2 lib/views/backend/spree/layouts/login.html.erb
spree_auth_devise-4.6.1 lib/views/backend/spree/layouts/login.html.erb
spree_auth_devise-4.6.0 lib/views/backend/spree/layouts/login.html.erb
spree_auth_devise-4.5.0 lib/views/backend/spree/layouts/login.html.erb