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

confirmation_instructions.html.erb « mailer « devise « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a6ea8ca17e841717065569cd93d476f4758f0fac (plain)
1
2
3
4
5
<p>Welcome <%= @resource.email %>!</p>

<p>You can confirm your account through the link below:</p>

<p><%= link_to 'Confirm my account', confirmation_url(@resource, :confirmation_token => @resource.confirmation_token) %></p>