29cfd33d94
Emails are used to associate commits with users. The emails are not verified and don't have to be valid email addresses. They are assigned on a first come, first serve basis. Notifications are sent when an email is added.
10 lines
205 B
Text
10 lines
205 B
Text
%p
|
|
Hi #{@user.name}!
|
|
%p
|
|
A new email was added to your account:
|
|
%p
|
|
email:
|
|
%code= @email.email
|
|
%p
|
|
If this email was added in error, you can remove it here:
|
|
= link_to "Emails", profile_emails_url
|