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

confirmation_instructions.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: 9f76edb76a4ed8a5fe25c199e26ea9e2590d3cd2 (plain)
1
2
3
4
5
6
7
8
9
Welcome, <%= @resource.name %>!

<% if @resource.unconfirmed_email.present? %>
You can confirm your email (<%= @resource.unconfirmed_email %>) through the link below:
<% else %>
You can confirm your account through the link below:
<% end %>

<%= confirmation_url(@resource, confirmation_token: @token) %>