update_branches.js.haml 228 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 :plain $(".target_branch").html("#{escape_javascript(options_for_select(@target_branches))}"); $('select.target_branch').select2({ width: 'resolve', dropdownAutoWidth: true }); $(".mr_target_commit").html("");