human_merge_status replaced by human_merge_status_name
This commit is contained in:
parent
52e0df5c23
commit
6d68923edc
3 changed files with 2 additions and 7 deletions
|
@ -32,7 +32,7 @@
|
|||
check_enable: #{@merge_request.unchecked? ? "true" : "false"},
|
||||
url_to_ci_check: "#{ci_status_project_merge_request_path(@project, @merge_request)}",
|
||||
ci_enable: #{@project.gitlab_ci? ? "true" : "false"},
|
||||
current_status: "#{@merge_request.human_merge_status}",
|
||||
current_status: "#{@merge_request.human_merge_status_name}",
|
||||
action: "#{controller.action_name}"
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue