mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +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
|
.col-md-3.control-label
|
||||||
= f.label :ident, t(:ident) + '*'
|
= f.label :ident, t(:ident) + '*'
|
||||||
.col-md-7
|
.col-md-7
|
||||||
- if f.object.ident.present?
|
- if @contact.persisted? && f.object.ident.present?
|
||||||
.disabled-value
|
.disabled-value
|
||||||
= f.object.ident
|
= f.object.ident
|
||||||
- else
|
- else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue