mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
108869472-template_changes
This commit is contained in:
parent
8867644f16
commit
a42049e170
6 changed files with 134 additions and 11 deletions
|
@ -19,7 +19,7 @@
|
|||
.col-md-3
|
||||
.form-group
|
||||
= label_tag :action
|
||||
= select_tag '[q][event]', options_for_select([['Update', 'update'], ['Destroy', 'destroy']], params[:q][:event]), { multiple: false, placeholder: t(:choose), class: 'form-control js-combobox' }
|
||||
= select_tag '[q][event]', options_for_select([['Update', 'update'], ['Destroy', 'destroy']], params[:q][:event]), { include_blank:true, multiple: false, placeholder: t(:choose), class: 'form-control js-combobox' }
|
||||
.row
|
||||
.col-md-3
|
||||
.col-md-3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue