colinschoen/enrollme

View on GitHub
app/views/admin_mailer/invite_new_admin.html.erb

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
  <head>
    <meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
  </head>
  <body>
    <h1>Welcome to CS169 EnrollMe, <%= @admin.name %></h1>
    <p>
      A superadmin has granted you access as admin for EnrollMe.
    </p>
    <p>
      To login to the site, just follow this link: <%= @url %>.
    </p>
    <p>Thanks for joining and have a great day!</p>
  </body>
</html>