gitlabhq/app/views/projects/_refs.html.haml
2011-11-15 12:34:30 +04:00

8 lines
260 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();
})