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

_help.html.haml « gitlab_slack_application « integrations « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0956f1183cbf231bbd6176092de0aa10abcfd53c (plain)
1
2
3
4
5
6
7
8
9
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