one period instead of two
This commit is contained in:
parent
6c9262e266
commit
94dbe4d0c3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
%li
|
||||
%span
|
||||
= succeed '.' do
|
||||
The changes will be merged into #{link_to @merge_request.target_branch, namespace_project_commits_path(@project.namespace, @project, @merge_request.target_branch), class: "label-branch"}.
|
||||
The changes will be merged into #{link_to @merge_request.target_branch, namespace_project_commits_path(@project.namespace, @project, @merge_request.target_branch), class: "label-branch"}
|
||||
- if @merge_request.remove_source_branch?
|
||||
%li
|
||||
%span
|
||||
|
|
Loading…
Reference in a new issue