Sha256: 7ce5898dc73ac17392aadabcb854c71836840506560a276c2b452f1791968500
Contents?: true
Size: 557 Bytes
Versions: 3
Compression:
Stored size: 557 Bytes
Contents
<html> <head> <title>Sugoi Mail</title> <%= stylesheet_link_tag 'global' %> </head> <body> <div id="windowCenter" align="center"> <div id="windowConstrain" align="center"> <!-- Title bar --> <div id="titlebar"> <!-- <h1 class="sugoiTitle">SUGOI-MAIL</h1> --> </div> <!-- End Title Bar --> <!-- Content here --> <%= @content_for_layout %> <!-- End Content --> <!-- Signature --> <!-- <div id="signature"> Copyright © 2007 Invio Corporation </div> --> <!-- End Signature --> </div> </div> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sugoi-mail-0.1.5 | app/views/layouts/login.rhtml |
sugoi-mail-0.3.2 | app/views/layouts/login.rhtml |
sugoi-mail-0.3.0 | app/views/layouts/login.rhtml |