chinwagsocial/app/views/user_mailer/confirmation_instructions.s...

16 lines
801 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p>Добродошао <%= @resource.email %> !</p>
<p>Управо сте направили налог на инстанци <%= @instance %>.</p>
<p>Да потврдите Вашу регистрацију, молимо Вас кликните на следећи линк: <br>
<%= link_to 'Потврди мој налог', confirmation_url(@resource, confirmation_token: @token) %></p>
<p>Ако линк изнад не ради, копирајте и налепите ову адресу у адресну траку: <br>
<span><%= confirmation_url(@resource, confirmation_token: @token) %></span>
<p>Такође погледајте и <%= link_to 'правила и услове коришћења', terms_url %>.</p>
<p>С поштовањем,<p>
<p><%= @instance %> тим</p>