You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
416 B
13 lines
416 B
8 years ago
|
<p>Witaj, <%= @resource.email %> !</p>
|
||
|
|
||
|
<p>Właśnie utworzyłeś konto na instancji <%= @instance %>.</p>
|
||
|
|
||
|
<p>Aby aktywować konto, odwiedź poniższy link: <br>
|
||
|
<%= link_to 'Potwierdź rejestrację', confirmation_url(@resource, confirmation_token: @token) %>
|
||
|
|
||
|
<p>Pamiętaj przeczytać nasz <%= link_to 'regulamin i zasady użytkowania', terms_url %>.</p>
|
||
|
|
||
|
<p>Z pozdrowieniami,<p>
|
||
|
|
||
|
<p>Zespół <%= @instance %></p>
|