Commit 46bb22f6
Changed files (2)
app
views
user_mailer
app/views/user_mailer/welcome_email.html.erb
@@ -9,7 +9,7 @@
You have successfully signed up to <%= link_to "www.cakeside.com", root_url(protocol: 'https') %> with the email address <%= @user.email %>
</p>
<p>
- <%= link_to "Log in", root_url(protocol: 'https') %> to start uploading now!
+ <%= link_to "Log in", root_url(protocol: 'https') %> to start uploading!
</p>
<p>Thank you for joining our community!</p>
</body>
app/views/user_mailer/welcome_email.text.erb
@@ -1,9 +1,9 @@
-Welcome to CakeSide.com, <%= @user.name %>
+<%= @user.name %>
-You have successfully signed up to cakeside.com,
-your username is: <%= @user.email %>.<br/>
+You have successfully signed up to https://www.cakeside.com with the email address <%= @user.email %>
-To login to the site, just follow this link: <%= root_url(protocol: 'https') %>.
+Log in to start uploading!
-Thanks for joining and have a great day!
+<%= root_url(protocol: 'https') %>
+Thank you for joining our community!