mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 22:46:22 +02:00
45 lines
No EOL
1.8 KiB
Text
45 lines
No EOL
1.8 KiB
Text
<%
|
|
contact = RegistrantPresenter.new(registrant: @contact, view: self)
|
|
registrar = RegistrarPresenter.new(registrar: @contact.registrar, view: self)
|
|
%>
|
|
Tere <%= contact.name %>
|
|
|
|
Kontakti <%= contact.name %> e-posti aadress on muudetud
|
|
endine aadress: <%= @old_email %>
|
|
uus aadress: <%= contact.email %>
|
|
|
|
E-posti aadressile saadetakse domeeni toimingutega seotud infot, sealhulgas kinnitustaotlused omanikuvahetuse ja domeeni kustutamise korral.
|
|
|
|
<% if contact.linked? %>
|
|
Muudatusega seotud domeenid:
|
|
<%= contact.domain_names_with_roles(locale: :et) %>
|
|
<% end %>
|
|
|
|
Kontaktandmed:
|
|
<%= render 'mailers/shared/registrant/registrant.et.text', registrant: contact, with_phone: true %>
|
|
|
|
Palun veenduge, et muudatus on korrektne ning probleemide korral pöörduge oma registripidaja poole:
|
|
<%= render 'mailers/shared/registrar/registrar.et.text', registrar: registrar %>
|
|
<%= render 'mailers/shared/signatures/signature.et.text' %>
|
|
|
|
----------------------------------------------------------------------------------
|
|
|
|
Hi <%= contact.name %>
|
|
|
|
E-mail address of <%= contact.name %> has been changed
|
|
previous address: <%= @old_email %>
|
|
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.
|
|
|
|
<% if contact.linked? %>
|
|
Domains affected by this update:
|
|
<%= contact.domain_names_with_roles %>
|
|
<% end %>
|
|
|
|
Contact information:
|
|
<%= render 'mailers/shared/registrant/registrant.en.text', registrant: contact, with_phone: true %>
|
|
|
|
In case of problems please turn to your registrar:
|
|
<%= render 'mailers/shared/registrar/registrar.en.text', registrar: registrar %>
|
|
<%= render 'mailers/shared/signatures/signature.en.text' %> |