internetee/registry

View on GitHub
app/views/mailers/shared/registrant/_registrant.et.text.erb

Summary

Maintainability
Test Coverage
Nimi: <%= registrant.name %>
<% if registrant.priv? %>
    Isikukood: <%= registrant.ident %>
<% else %>
    Äriregistrikood: <%= registrant.ident %>
<% end %>
<% if local_assigns[:with_phone] -%>
    Telefon: <%= registrant.phone %>
<% end -%>
<% if address_processing -%>
    Tänav: <%= registrant.street %>
    Linn: <%= registrant.city %>
    Maakond: <%= registrant.state %>
    Sihtnumber: <%= registrant.zip %>
    Riik: <%= registrant.country(locale: :et) %>
<% else %>
    Riik: <%= registrant.ident_country(locale: :et) %>
<% end -%>