Sha256: 752bcce587e69dd1bdfc88d022abcb1dddc7735b7a952c95d8235edc7c8673f1
Contents?: true
Size: 1.14 KB
Versions: 1
Compression:
Stored size: 1.14 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> <title></title> </head> <body marginheight="0" topmargin="0" marginwidth="0" leftmargin="0" style="margin: 0px; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;"> <div style="width: 100%; height: 70px; margin: 0; padding: 0;"> <div style="width: 600px; margin: 0 auto; padding: 15px 0;"> Logo </div> </div> <div style="width: 100%; background-color: #fff; margin: 0; padding: 0;"> <div style="width: 500px; margin: 0 auto; padding: 40px 0; "> <%= yield %> </div> </div> <div style="width: 100%; min-height: 80px; margin: 0; padding: 0;"> <div style="width: 600px; margin: 0 auto; padding: 0;"> <p style="text-align: center;"> This is the default generated layout. A privacy declaration could go here. </p> <p style="text-align: center; margin-bottom: 0px;"> © MyCompany Pty Ltd </p> <p style="text-align: center; margin-top: 0px; padding-top: 0px;"> ABN 123 456 789 </p> </div> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
notify_user-0.0.1 | spec/dummy/rails-4.0.2/app/views/notify_user/layouts/action_mailer.html.erb |