:plain
$(".mr_source_commit").html("#{commit_to_html(@commit, @source_project)}");
var mrTitle = $('#merge_request_title');
if(mrTitle.is(":empty")) {
mrTitle.val("#{params[:ref].titleize}");
}