about summary refs log tree commit diff
path: root/app/views/user_mailer/confirmation_instructions.ar.html.erb
diff options
context:
space:
mode:
authorButterflyOfFire <ButterflyOfFire@protonmail.com>2017-05-08 14:58:38 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-05-08 15:58:38 +0200
commit7140def5c9e49535d8ea13c8061a55588a348fda (patch)
tree58df7d25617c6bce322fb191640419b3645489d6 /app/views/user_mailer/confirmation_instructions.ar.html.erb
parentb85dec2b976e0bea9f7a3ede832f3c8e16c8e2ef (diff)
Update simple_form.ar.yml (#2908)
* Update simple_form.ar.yml

Added missing strings that were introduced to simple_form.ar.yml and completing translation.

* Create confirmation_instructions.ar.html.erb

* Create confirmation_instructions.ar.text.erb

* Create password_change.ar.html.erb

* Create password_change.ar.text.erb

* Create reset_password_instructions.ar.text.erb

* Create reset_password_instructions.ar.html.erb
Diffstat (limited to 'app/views/user_mailer/confirmation_instructions.ar.html.erb')
-rw-r--r--app/views/user_mailer/confirmation_instructions.ar.html.erb12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/user_mailer/confirmation_instructions.ar.html.erb b/app/views/user_mailer/confirmation_instructions.ar.html.erb
new file mode 100644
index 000000000..2b892b209
--- /dev/null
+++ b/app/views/user_mailer/confirmation_instructions.ar.html.erb
@@ -0,0 +1,12 @@
+<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>