2012-08-10 18:07:50 -04:00
|
|
|
= form_tag switch_project_refs_path(@project), method: :get, class: "project-refs-form" do
|
2012-09-10 02:09:55 -04:00
|
|
|
= select_tag "ref", grouped_options_refs, onchange: "this.form.submit();", class: "project-refs-select chosen"
|
2011-11-16 12:19:18 -05:00
|
|
|
= hidden_field_tag :destination, destination
|