Added domain confirmation verification url

This commit is contained in:
Priit Tark 2015-05-15 10:00:04 +03:00
parent 8b392fcc56
commit 6821afff65
8 changed files with 33 additions and 7 deletions

View file

@ -16,7 +16,7 @@ Linn: <%= @domain.registrant_city %><br>
Riik: <%= @domain.registrant_country %>
<br><br>
Muudatuse kinnitamiseks külastage palun allolevat võrgulehekülge, kontrollige uuesti üle muudatuse andmed ning vajutage nuppu kinnitan:<br>
<%= @verification_url %>
<%= link_to @verification_url, @verification_url %>
<br><br>
Lugupidamisega<br>
Eesti Interneti SA
@ -41,7 +41,7 @@ City: <%= @domain.registrant_city %><br>
Country: <%= @domain.registrant_country %>
<br><br>
To confirm the update please visit this website, once again review the data and press approve:<br>
<%= @verification_url %>
<%= link_to @verification_url, @verification_url %>
<br><br>
Best Regards,<br>
Estonian Internet Foundation

View file

@ -0,0 +1,2 @@
- if @domain.blank?
%h1= t(:not_valid_domain_verification)