debian-mirror-gitlab/app/views/devise/mailer/confirmation_instructions.html.erb
2015-04-26 09:18:37 +02:00

9 lines
368 B
Text

<p>Welcome <%= @resource.name %>!</p>
<% if @resource.unconfirmed_email.present? %>
<p>You can confirm your email (<%= @resource.unconfirmed_email %>) through the link below:</p>
<% else %>
<p>You can confirm your account through the link below:</p>
<% end %>
<p><%= link_to 'Confirm your account', confirmation_url(@resource, confirmation_token: @token) %></p>