mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 06:56:23 +02:00
Fix params format
This commit is contained in:
parent
af82916d24
commit
d59b1e0fa7
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
.col-md-4.control-label
|
||||
= f.label :registrar_id, class: 'required'
|
||||
.col-md-8
|
||||
= 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' }
|
||||
= 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