mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Check whether registrant element exists before determining registrant change
This commit is contained in:
parent
178d199020
commit
f25b7a3b7f
4 changed files with 11 additions and 6 deletions
|
@ -31,7 +31,7 @@
|
|||
.col-md-7
|
||||
= check_box_tag 'domain[verified]', '1', @domain_params[:verified].eql?('1'), onclick: "return (confirm('#{t(:verified_confirm)}') ? true : false);"
|
||||
|
||||
- if !params[:domain_name] || @disputed
|
||||
- if !params[:domain_name] || @dispute.present?
|
||||
.form-group
|
||||
.col-md-3.control-label
|
||||
= label_tag :domain_reserved_pw, t(:reserved_pw)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue