Skip to content

Commit

Permalink
Merge pull request #62 from internetee/fix-mailer
Browse files Browse the repository at this point in the history
Fix mailer template
  • Loading branch information
vohmar authored May 24, 2018
2 parents d62e57c + 5da88c5 commit a36c6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/contact_request_mailer/contact_email.text.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Lugupeetud domeeni <%= @domain %> kontakt
Eesti Interneti SA annab teada, et huvitatud isik soovib domeeniga privatedomain.test seotud kontakti(de)ga
Eesti Interneti SA annab teada, et huvitatud isik soovib domeeniga <%= @domain %> seotud kontakti(de)ga
ühendust võtta ja edastab Teile alljärgneva teate:

<%= strip_tags(@unsafe_body).slice(0, ContactRequestMailer::CHARACTER_LIMIT) %>
Expand All @@ -20,7 +20,7 @@ Eesti Interneti Sihtasutus

You are listed as the contact person for the domain <%= @domain %>
Eesti Interneti SA hereby informs you that an interested person wishes to contact the contact person(s) for the domain
privatedomain.test, and is also forwarding the following message:
<%= @domain %>, and is also forwarding the following message:

<%= strip_tags(@unsafe_body).slice(0, ContactRequestMailer::CHARACTER_LIMIT) %>

Expand Down

0 comments on commit a36c6f0

Please sign in to comment.