_refs.html.haml 260 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 = 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(); })