mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
Registrant new contact ident changable when not yet valid
This commit is contained in:
parent
fc1aa47411
commit
d8125ebea4
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
.col-md-3.control-label
|
||||
= f.label :ident, t(:ident) + '*'
|
||||
.col-md-7
|
||||
- if f.object.ident.present?
|
||||
- if @contact.persisted? && f.object.ident.present?
|
||||
.disabled-value
|
||||
= f.object.ident
|
||||
- else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue