Sha256: 24e8e0ecc344dc0ae80b0037824de1866d973aa4687eefb7e47eed7d0962730b

Contents?: true

Size: 840 Bytes

Versions: 2

Compression:

Stored size: 840 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
  <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  <title><% if current_page %><%= current_page.title %> - <% end %>Grandstand</title>
  <%= javascript_include_tag('/grandstand/javascripts/jquery', '/grandstand/javascripts/application') %>
  <%= stylesheet_link_tag('/grandstand/stylesheets/global', '/grandstand/stylesheets/login') %>
</head>
<body class="grandstand">
  <%= render :partial => 'grandstand/shared/flash', :locals => {:flash => flash} %>
  <%= link_to(image_tag('/grandstand/images/logo.png', :alt => Grandstand.app_name), grandstand_root_path, :id => 'logo') %>
  <div class="inset" id="login">
    <%= yield %>
  </div>
</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
grandstand-0.2.7 app/views/layouts/grandstand_login.html.erb
grandstand-0.2.6 app/views/layouts/grandstand_login.html.erb