summaryrefslogtreecommitdiff
path: root/app/views/shared/integrations/slack/_help.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/integrations/slack/_help.haml')
-rw-r--r--app/views/shared/integrations/slack/_help.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/shared/integrations/slack/_help.haml b/app/views/shared/integrations/slack/_help.haml
new file mode 100644
index 00000000000..c5fcd5ca5fe
--- /dev/null
+++ b/app/views/shared/integrations/slack/_help.haml
@@ -0,0 +1,4 @@
+.info-well
+ .well-segment
+ %p= s_('SlackIntegration|Sends notifications about project events to Slack channels.')
+ = link_to _('How do I set up this service?'), help_page_path('user/project/integrations/slack')