mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Update ident style #2776
This commit is contained in:
parent
01c7f9361b
commit
dec7fcee13
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@
|
|||
= f.label :ident, t(:ident) + '*'
|
||||
.col-md-7
|
||||
- if f.object.ident.present?
|
||||
= f.object.ident
|
||||
.disabled-value
|
||||
= f.object.ident
|
||||
- else
|
||||
= f.text_field :ident, class: 'form-control', required: true, disabled: @contact.persisted?
|
||||
- tip_visibility = f.object.ident_type == 'birthday' ? '' : 'display: none'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue