Sanasto Wiki

Kristillisyyden sanasto

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 %>

<% 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 words and expressions you might need for interpretation work in 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 and set your password, click the button below:

<%= link_to "Accept Invitation", @invitation_url, class: "button" %>
This invitation will expire on <%= @expires_at.strftime("%B %d, %Y at %I:%M %p %Z") %>.

You can also copy and paste this link into your browser:

<%= @invitation_url %>