7 lines
260 B
Text
7 lines
260 B
Text
= form_tag destination, :method => :get, :class => "project-refs-form" do
|
|
= select_tag "ref", grouped_options_refs, :onchange => "this.form.submit();", :class => "project-refs-select"
|
|
|
|
:javascript
|
|
$(function(){
|
|
$('.project-refs-select').chosen();
|
|
})
|