anyone-oslo/pages

View on GitHub
app/views/layouts/pages_core/mailer.html.erb

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <%= stylesheet_link_tag "pages_core/mailer" %>
  </head>

  <body>
    <%= yield %>
  </body>
</html>