Sha256: c970421255d40e056ab4695651b87bd2abe843646d5e75bc6e631673c3824e0e

Contents?: true

Size: 595 Bytes

Versions: 6

Compression:

Stored size: 595 Bytes

Contents

<!DOCTYPE html>
<%= render '/refinery/html_tag' %>
  <%= render '/refinery/admin/head' %>
  <body class='login <%= I18n.locale %>'>
    <div id='tooltip_container'></div>
    <div id="login_container" class="clearfix">
      <header>
        <h1><%= yield :header %></h1>
      </header>
      <div id="page_container">
        <div id="page">
          <div id="content" class="clearfix">
            <div id="flash_container">
              <%= render '/refinery/message' %>
            </div>
            <%= yield %>
          </div>
        </div>
      </div>
    </div>
  </body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
refinerycms-authentication-devise-2.0.0 app/views/refinery/layouts/login.html.erb
refinerycms-authentication-devise-1.0.4 app/views/refinery/layouts/login.html.erb
refinerycms-authentication-devise-1.0.3 app/views/refinery/layouts/login.html.erb
refinerycms-authentication-devise-1.0.2 app/views/refinery/layouts/login.html.erb
refinerycms-authentication-devise-1.0.1 app/views/refinery/layouts/login.html.erb
refinerycms-authentication-devise-1.0.0 app/views/refinery/layouts/login.html.erb