mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 14:36:22 +02:00
Improve select dropdown on new invoices
This commit is contained in:
parent
8babae9a0e
commit
af82916d24
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
|||
.col-md-4.control-label
|
||||
= f.label :registrar_id, class: 'required'
|
||||
.col-md-8
|
||||
= f.select :registrar_id, Registrar.all.map { |r| [r.name, r.id] }, { include_blank: true }, class: 'form-control selectize', required: true
|
||||
= select_tag '[deposit][registrar_id]', options_for_select(Registrar.all.map { |r| [r.name, r.id] }), { prompt: t(:choose), required: true, class: 'form-control js-combobox' }
|
||||
|
||||
.form-group
|
||||
.col-md-4.control-label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue