about summary refs log tree commit diff
path: root/app/views/user_mailer/confirmation_instructions.en.text.erb
blob: 0419adef0feb5ec2ef0586bee991f567515bdc68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Welcome <%= @resource.email %> !

You just created an account on <%= @instance %>.

To confirm your inscription, please click on the following link :
<%= confirmation_url(@resource, confirmation_token: @token) %>

Please also check out our terms and conditions <%= terms_url %>

Sincerely,

The <%= @instance %> team