Contact change notification email content update #2558

This commit is contained in:
Priit Tark 2015-06-03 10:06:40 +03:00
parent 941538b924
commit 410914e16e
4 changed files with 53 additions and 11 deletions

View file

@ -6,10 +6,10 @@ uus aadress: <%= @contact.email %>
<br><br>
Eposti aadressile saadetakse domeenidega seotud infot seal hulgas kinnitustaotluseid omaniku vahetuse ja domeeni kustutamise korral. Palun veenduge, et muudatus on korrektne ning probleemide korral pöörduga oma registripidaja poole. Teie registripidaja on <%= @contact.registrar.name %>
<br><br>
<% if @contact.domain_contacts.present? %>
<% if @contact.related_domain_descriptions.present? %>
Muudatusega seotud domeenid:<br>
<% @contact.domain_contacts.each do |dc| %>
<%= dc.domain.name %> (<%= dc.name %>)<br>
<% @contact.related_domain_descriptions.each do |domain, desc| %>
<%= domain %> (<%= desc.map { |d| t(:d) }.join(', ') %>)<br>
<% end %>
<% end %>
<br>
@ -35,9 +35,11 @@ new address: <% @contact.email %>
<br><br>
E-mail addresses are used to send important information regarding your registered domains including applications for approval of registrant change and domain deletion. Please make sure that the update and contact information are correct. Incase of problems please turn to your registrar. Your registrar is <%= @contact.registrar.name %>
<br><br>
<% if @contact.related_domain_descriptions.present? %>
Domains affected by this update:<br>
<% @contact.domain_contacts.each do |dc| %>
<%= dc.domain.name %> (<%= dc.name %>)<br>
<% @contact.related_domain_descriptions.each do |domain, desc| %>
<%= domain %> (<%= desc.map { |d| t(:d) }.join(', ') %>)<br>
<% end %>
<% end %>
<br>
Contact information:<br>

View file

@ -6,11 +6,11 @@ uus aadress: <%= @contact.email %>
Eposti aadressile saadetakse domeenidega seotud infot seal hulgas kinnitustaotluseid omaniku vahetuse ja domeeni kustutamise korral. Palun veenduge, et muudatus on korrektne ning probleemide korral pöörduga oma registripidaja poole. Teie registripidaja on <%= @contact.registrar.name %>
<% if @contact.domain_contacts.present? %>
<% if @contact.related_domain_descriptions.present? %>
Muudatusega seotud domeenid:
<% @contact.domain_contacts.each do |dc| %>
<%= dc.domain.name %> (<%= dc.name %>)
<% end %>
<% @contact.related_domain_descriptions.each do |domain, desc| %>
<%= domain %> (<%= desc.map { |d| t(:d) }.join(', ') %>)
<% end %>
<% end %>
Kontaktandmed:
@ -35,9 +35,11 @@ new address: <% @contact.email %>
E-mail addresses are used to send important information regarding your registered domains including applications for approval of registrant change and domain deletion. Please make sure that the update and contact information are correct. Incase of problems please turn to your registrar. Your registrar is <%= @contact.registrar.name %>
<% if @contact.related_domain_descriptions.present? %>
Domains affected by this update:
<% @contact.domain_contacts.each do |dc| %>
<%= dc.domain.name %> (<%= dc.name %>)
<% @contact.related_domain_descriptions.each do |domain, desc| %>
<%= domain %> (<%= desc.map { |d| t(:d) }.join(', ') %>)
<% end %>
<% end %>
Contact information: