Sha256: 71388efaaf80396eb20a1cd179e3b1bf9efce701f7b79f2e0db2370d6b196b93
Contents?: true
Size: 781 Bytes
Versions: 5
Compression:
Stored size: 781 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8"/> <title><%= config[:title] %> - Login</title> <%= stylesheet_link_tag 'resets', 'base', 'logins' %> <link rel="icon" type="image/png" href="/favicon.png"> <%= yield(:head) %> </head> <body> <div id="container" class="main"> <div id="header" class="section"> <%= render :partial => 'shared/header' %> </div> <div id="body"> <%= yield %> </div> </div> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems