Sha256: 52dc0746adb39248a9263bb6f37ecef000cb9ada84c0f002ba3806f4d642e194
Contents?: true
Size: 813 Bytes
Versions: 3
Compression:
Stored size: 813 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('/admin/javascripts/jquery', '/admin/javascripts/application') %> <%= stylesheet_link_tag('/admin/stylesheets/global', '/admin/stylesheets/login') %> </head> <body class="admin"> <%= render :partial => 'admin/shared/flash', :locals => {:flash => flash} %> <%= link_to(image_tag('/admin/images/logo.png', :alt => Grandstand::Application.app_name), admin_root_path, :id => 'logo') %> <div class="inset" id="login"> <%= yield %> </div> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
grandstand-0.2.4 | app/views/layouts/admin_login.html.erb |
grandstand-0.2.3 | app/views/layouts/admin_login.html.erb |
grandstand-0.2.2 | app/views/layouts/admin_login.html.erb |