Sha256: d5690ca9b097af43268660fcbb7d728620e480022fc98879c647099b263aca97

Contents?: true

Size: 510 Bytes

Versions: 17

Compression:

Stored size: 510 Bytes

Contents

<!DOCTYPE html>
<%= render '/refinery/html_tag' %>
  <%= render '/refinery/admin/head' %>
  <body class='login <%= I18n.locale %>'>
    <div id='tooltip_container'></div>
    <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>
  </body>
</html>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
refinerycms-authentication-2.1.5 app/views/refinery/layouts/login.html.erb
refinerycms-authentication-2.1.4 app/views/refinery/layouts/login.html.erb
refinerycms-authentication-2.1.3 app/views/refinery/layouts/login.html.erb
refinerycms-authentication-2.1.2 app/views/refinery/layouts/login.html.erb
refinerycms-authentication-2.1.1 app/views/refinery/layouts/login.html.erb
refinerycms-authentication-2.1.0 app/views/refinery/layouts/login.html.erb
refinerycms-authentication-2.0.10 app/views/refinery/layouts/login.html.erb
refinerycms-authentication-2.0.9 app/views/refinery/layouts/login.html.erb
refinerycms-authentication-2.0.8 app/views/refinery/layouts/login.html.erb
refinerycms-authentication-2.0.7 app/views/refinery/layouts/login.html.erb
refinerycms-authentication-2.0.6 app/views/refinery/layouts/login.html.erb
refinerycms-authentication-2.0.5 app/views/refinery/layouts/login.html.erb
refinerycms-authentication-2.0.4 app/views/refinery/layouts/login.html.erb
refinerycms-authentication-2.0.3 app/views/refinery/layouts/login.html.erb
refinerycms-authentication-2.0.2 app/views/refinery/layouts/login.html.erb
refinerycms-authentication-2.0.1 app/views/refinery/layouts/login.html.erb
refinerycms-authentication-2.0.0 app/views/refinery/layouts/login.html.erb