internetee/registry

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

Summary

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