Commit 2c6577a1 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Suggest MR title based on from branch

parent 8290e7cc
:plain
$(".mr_source_commit").html("#{commit_to_html(@commit)}");
var mrTitle = $('#merge_request_title');
if(mrTitle.is(":empty")) {
mrTitle.val("#{params[:ref].titleize}");
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment