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
482 B
13 lines
482 B
<p>مرحبا <%= @resource.email %> !</p>
|
|
|
|
<p>لقد قمت بإنشاء حساب على <%= @instance %>.</p>
|
|
|
|
<p>لتأكيد التسجيل يرجى النقر على الرابط التالي : <br>
|
|
<%= link_to 'تأكيد إنشاء الحساب', confirmation_url(@resource, confirmation_token: @token) %>
|
|
|
|
<p>يرجى الإطلاع على <%= link_to 'شروط الإستخدام', terms_url %>.</p>
|
|
|
|
<p>مع أجمل التحيات،<p>
|
|
|
|
<p>فريق <%= @instance %> </p>
|