mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Added domain confirmation verification url
This commit is contained in:
parent
8b392fcc56
commit
6821afff65
8 changed files with 33 additions and 7 deletions
|
@ -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
|
||||
|
|
2
app/views/registrant/domain_update_confirms/show.haml
Normal file
2
app/views/registrant/domain_update_confirms/show.haml
Normal file
|
@ -0,0 +1,2 @@
|
|||
- if @domain.blank?
|
||||
%h1= t(:not_valid_domain_verification)
|
Loading…
Add table
Add a link
Reference in a new issue