Skip to content

Commit c8d19d9

Browse files
committed
Update email template
1 parent d420358 commit c8d19d9

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

app/views/user_mailer/email_confirmation.html.erb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
</head>
66
<body>
7-
<p>Hey there!</p>
7+
<p>Welcome to the course!</p>
88

9-
<p>Please click the following link to confirm that this is your email address for the mooc.fi account <%= @user.login %>.<%= @origin ? " The account was created from '#{@origin}'." : '' %> </p>
9+
<p>Please click the following link to confirm that this is your email address for the mooc.fi account <%= @user.email %>.<%= @origin ? " The account was created from '#{@origin}'." : '' %> </p>
1010

1111
<a href="<%= @url %>"><%= @url %></a>
1212

13-
<p>If this email doesn't make any sense, just ignore this message.</p>
13+
<p>Best regards,<br />
14+
MOOC team<br />
15+
University of Helsinki</p>
1416
</body>
1517
</html>
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
Hey there!
1+
Welcome to the course!
22

3-
Please click the following link to confirm that this is your email address for the mooc.fi account <%= @user.login %>. <%= @origin ? " The account was created from '#{@origin}'." : '' %>
3+
Please click the following link to confirm that this is your email address for the mooc.fi account <%= @user.email %>. <%= @origin ? " The account was created from '#{@origin}'." : '' %>
44

55
<%= @url %>
66

7-
If this email doesn't make any sense, just ignore this message
7+
Best regards,
8+
MOOC team
9+
University of Helsinki

0 commit comments

Comments
 (0)