Sha256: 5e1ae1e1462609b6889e3cd4df9d94517fd819b1307b4c69df6bf5ccca1ba6fc

Contents?: true

Size: 505 Bytes

Versions: 9

Compression:

Stored size: 505 Bytes

Contents

<!DOCTYPE html>
<html>
  <%= render :partial => "/admin/head", :locals => {:login => true} %>
  <body class='login'>
    <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 :partial => "/shared/message" %>
          </div>
          <%= yield %>
        </div>
      </div>
    </div>
  </body>
</html>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
refinerycms-0.9.8.9 vendor/refinerycms/authentication/app/views/layouts/login.html.erb
refinerycms-0.9.8.8 vendor/refinerycms/authentication/app/views/layouts/login.html.erb
refinerycms-0.9.8.7 vendor/refinerycms/authentication/app/views/layouts/login.html.erb
refinerycms-0.9.8.6 vendor/refinerycms/authentication/app/views/layouts/login.html.erb
refinerycms-0.9.8.5 vendor/refinerycms/authentication/app/views/layouts/login.html.erb
refinerycms-0.9.8.4 vendor/refinerycms/authentication/app/views/layouts/login.html.erb
refinerycms-0.9.8.3 vendor/refinerycms/authentication/app/views/layouts/login.html.erb
refinerycms-0.9.8.2 vendor/refinerycms/authentication/app/views/layouts/login.html.erb
refinerycms-0.9.8.1 vendor/refinerycms/authentication/app/views/layouts/login.html.erb