master
 1<!DOCTYPE html>
 2<html>
 3  <head>
 4    <meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
 5  </head>
 6  <body>
 7    <h1><%= @user.name %>,</h1>
 8    <p>
 9    You have successfully signed up to <%= link_to "www.cakeside.com", root_url(protocol: 'https') %> with the email address <%= @user.email %>
10    </p>
11    <p>
12    <%= link_to "Log in", root_url(protocol: 'https') %> to start uploading!
13    </p>
14    <p>Thank you for joining our community!</p>
15  </body>
16</html>
17