Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_confirmation_instructions_secondary.text.erb « mailer « devise « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b91498ccfaed8e24c3f7874af081ff8d3b32d057 (plain)
1
2
3
4
5
6
7
<%= @resource.user.name %>, confirm your email address now!

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 %>