Commit 3b17b390 authored by Stan Hu's avatar Stan Hu

Merge branch...

Merge branch '14634-broken-master-ee-spec-services-slash_commands-global_slack_handler_spec-rb-ce' into 'master'

Resolve "Broken master: ee/spec/services/slash_commands/global_slack_handler_spec.rb"

Closes #14634

See merge request gitlab-org/gitlab-ce!32518
parents 516ce472 c3c84ff8
......@@ -43,16 +43,24 @@ module Gitlab
end
def help_footer
message = @project ? project_info : ''
message += <<~MESSAGE
*Documentation*
For more information about GitLab chatops, refer to its
documentation: https://docs.gitlab.com/ce/ci/chatops/README.html.
MESSAGE
message
end
def project_info
<<~MESSAGE
*Project*
The GitLab project for this chatops integration can be found at
#{url_for(@project)}.
*Documentation*
For more information about GitLab chatops, refer to its
documentation: https://docs.gitlab.com/ce/ci/chatops/README.html.
MESSAGE
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment