diff options
author | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-06-14 15:05:07 +0000 |
---|---|---|
committer | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-06-14 15:05:07 +0000 |
commit | 2622b470bd95ce09f7dbf89268aac87d13205ca6 (patch) | |
tree | c0e97bde31f3c868042b60a9a8fc08679aec9e2f /app/views/shared | |
parent | 8c602a379171be47e17d31ec451f8aa46bc572c8 (diff) | |
download | gitlab-ce-2622b470bd95ce09f7dbf89268aac87d13205ca6.tar.gz |
Improve conflict message in _merge_params.html.haml
Diffstat (limited to 'app/views/shared')
-rw-r--r-- | app/views/shared/issuable/form/_merge_params.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/shared/issuable/form/_merge_params.html.haml b/app/views/shared/issuable/form/_merge_params.html.haml index 21469001973..bfa91629e1e 100644 --- a/app/views/shared/issuable/form/_merge_params.html.haml +++ b/app/views/shared/issuable/form/_merge_params.html.haml @@ -3,7 +3,8 @@ - return unless issuable.is_a?(MergeRequest) - return if issuable.closed_without_fork? --# This check is duplicated below in CE to avoid conflicts. It should only exist in CE. +-# This check is duplicated below to avoid CE -> EE merge conflicts. +-# This comment and the following line should only exist in CE. - return unless issuable.can_remove_source_branch?(current_user) .form-group |