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

<p>Je hebt zojuist een account aangemaakt op <%= @instance %>.</p>

<p>Klik op de volgende link om jouw registratie te bevestigen :<br />
<%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token) %> </p>

<p>Lees ook onze gebruikersvoorwaarden op <%= link_to 'terms and conditions', terms_url %>.</p>

<p>Vriendelijke groet,</p>

<p>De beheerder(s) van <%= @instance %></p>