summaryrefslogtreecommitdiff
path: root/app/views/devise/mailer/_confirmation_instructions_account.text.erb
blob: 01f09aa763da5c10aae0dc5b07fa521dca59c3cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<% if @resource.unconfirmed_email.present? %>
<%= @resource.unconfirmed_email %>,

Use the link below to confirm your email address.
<% else %>
  <% if Gitlab.com? %>
Thanks for signing up to GitLab!
  <% else %>
Welcome, <%= @resource.name %>!
  <% end %>
To get started, use the link below to confirm your account.
<% end %>  

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