File: normal_email.html.erb

package info (click to toggle)
ruby-roadie-rails 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,280 kB
  • sloc: ruby: 1,670; sh: 47; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (30)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <%= stylesheet_link_tag "email" %>
  </head>
  <body>
    <h1>Normal email</h1>
    <div class="image"></div>
  </body>
</html>