gitlabhq/app/views/projects/_refs.html.haml
Dmitriy Zaporozhets 687290a00d fixed brach switch
2011-11-04 09:46:58 +02:00

9 lines
261 B
Plaintext

= 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();
})