gitlab-org--gitlab-foss/app/views/devise/mailer/_confirmation_instructions_secondary.text.erb
Brett Walker b1e68922a4 refactored the account confirmation into a partial. Also made the
text in the `.text` version consistent with the `.html` version
2017-09-23 15:23:11 +02:00

7 lines
286 B
Text

<%= @resource.user.name %>, you've added an additional email!
Use the link below to confirm your email address (<%= @resource.email %>)
<%= confirmation_url(@resource, confirmation_token: @token) %>
If this email was added in error, you can remove it here: <%= profile_emails_url %>