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>Hi <%= @user.name %>,</h1>
8 <p>
9 You have a new notification on Cakeside. Click <%= link_to "here", my_dashboard_url(protocol: 'https') %> to see.
10 </p>
11 <p>Have a wonderful day!</p>
12 </body>
13</html>
14