blob: 4dcc912a36f5f61c769beb20094db85e3a38374b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<div lang="he" dir="rtl">
<p>שלום <%= @resource.email %> !</p>
<p>הרגע יצרת חשבון בקהילה <%= @instance %>.</p>
<p>כדי לוודא את הרשמתך, יש ללחוץ על הקישורית הבאה : <br>
<%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token) %>
<p>יש לעבור גם על תנאי השימוש <%= link_to 'terms and conditions', terms_url %>.</p>
<p>בתודה מראש,<p>
<p>צות ניהול <%= @instance %></p>
</div>
|