debian-mirror-gitlab/app/views/devise/mailer/_confirmation_instructions_secondary.text.erb

8 lines
389 B
Text
Raw Normal View History

2021-11-18 22:05:49 +05:30
<%= _("%{name}, confirm your email address now!") % { name: @resource.user.name } %>
2018-03-17 18:26:18 +05:30
2021-04-29 21:17:54 +05:30
<%= _("Use the link below to confirm your email address (%{email})") % { email: @resource.email } %>
2018-03-17 18:26:18 +05:30
<%= confirmation_url(@resource, confirmation_token: @token) %>
2021-04-29 21:17:54 +05:30
<%= _("If this email was added in error, you can remove it here: %{profile_emails_url}") % { profile_emails_url: profile_emails_url } %>