Sha256: 488b89dd25e65d693b748162a8761d2cb5b0ada27333dfc427eb9941a2fc4c31

Contents?: true

Size: 852 Bytes

Versions: 1

Compression:

Stored size: 852 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/login') %>
</head>
<body class="grandstand">
  <%= render :partial => 'grandstand/shared/flash', :locals => {:flash => flash} %>
  <h1 id="logo"><%= link_to(Grandstand.app_name, grandstand_root_path) %></h1>
  <div class="inset" id="login">
    <%= yield %>
    <div id="footer">
      <%= render :partial => 'grandstand/shared/footer' %>
    </div>
  </div>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
grandstand-0.3.0 app/views/layouts/grandstand_minimal.html.erb