mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-18 17:16:08 +10:00
Suggest MR title based on from branch
This commit is contained in:
@@ -1,2 +1,7 @@
|
||||
:plain
|
||||
$(".mr_source_commit").html("#{commit_to_html(@commit)}");
|
||||
var mrTitle = $('#merge_request_title');
|
||||
|
||||
if(mrTitle.is(":empty")) {
|
||||
mrTitle.val("#{params[:ref].titleize}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user