Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/integrations/gitlab_slack_application/_help.html.haml')
-rw-r--r--app/views/shared/integrations/gitlab_slack_application/_help.html.haml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/views/shared/integrations/gitlab_slack_application/_help.html.haml b/app/views/shared/integrations/gitlab_slack_application/_help.html.haml
new file mode 100644
index 00000000000..0956f1183cb
--- /dev/null
+++ b/app/views/shared/integrations/gitlab_slack_application/_help.html.haml
@@ -0,0 +1,10 @@
+.info-well
+ .well-segment
+ %p
+ = s_("SlackIntegration|This integration allows users to perform common operations on this project by entering slash commands in Slack.")
+ = link_to _('Learn more'), help_page_path('user/project/integrations/gitlab_slack_application.md')
+ %p
+ = s_("SlackIntegration|See the list of available commands in Slack after setting up this integration by entering")
+ %kbd.inline /gitlab help
+- if integration.project_level?
+ = render "shared/integrations/#{integration.to_param}/slack_integration_form", integration: integration