gitlab-org--gitlab-foss/app/views/projects/_refs.html.haml

8 lines
260 B
Text
Raw Normal View History

2011-11-04 03:46:58 -04:00
= form_tag destination, :method => :get, :class => "project-refs-form" do
2011-11-03 12:28:33 -04:00
= select_tag "ref", grouped_options_refs, :onchange => "this.form.submit();", :class => "project-refs-select"
:javascript
$(function(){
$('.project-refs-select').chosen();
})