46 lines
1.6 KiB
Plaintext
46 lines
1.6 KiB
Plaintext
========================================
|
|
SANASTO WIKI - INVITATION
|
|
========================================
|
|
|
|
Hello <%= @user.name %>,
|
|
|
|
<% if @approved_entry %>
|
|
Great news! Your entry request has been APPROVED and is ready to be published.
|
|
|
|
YOUR APPROVED ENTRY
|
|
-------------------
|
|
Category: <%= @approved_entry.category.to_s.humanize %>
|
|
|
|
Translations:
|
|
<% if @approved_entry.fi.present? %> • Finnish: <%= @approved_entry.fi %>
|
|
<% end %><% if @approved_entry.en.present? %> • English: <%= @approved_entry.en %>
|
|
<% end %><% if @approved_entry.sv.present? %> • Swedish: <%= @approved_entry.sv %>
|
|
<% end %><% if @approved_entry.no.present? %> • Norwegian: <%= @approved_entry.no %>
|
|
<% end %><% if @approved_entry.ru.present? %> • Russian: <%= @approved_entry.ru %>
|
|
<% end %><% if @approved_entry.de.present? %> • German: <%= @approved_entry.de %>
|
|
<% end %>
|
|
|
|
To complete the process and publish your entry, please accept this invitation to create your account on Sanasto Wiki.
|
|
<% else %>
|
|
The Sanasto Wiki let you search and compare, or download, translations across languages used all over the living Christianity.
|
|
|
|
With a login account, you can contribute to this work.
|
|
<% end %>
|
|
|
|
YOUR ACCOUNT DETAILS
|
|
--------------------
|
|
Email: <%= @user.email %>
|
|
Role: <%= @user.role.titleize %>
|
|
|
|
TO ACCEPT THIS INVITATION
|
|
--------------------------
|
|
Please visit the following link to set your password and complete your registration:
|
|
|
|
<%= @invitation_url %>
|
|
|
|
This invitation will expire on <%= @expires_at.strftime("%B %d, %Y at %I:%M %p %Z") %>.
|
|
|
|
If you weren't expecting this invitation, you can safely ignore this email.
|
|
|
|
Questions? Reply to this email.
|