gitlabhq/app/views/projects/_refs.html.haml

9 lines
261 B
Plaintext
Raw Normal View History

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