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

_help.html.haml « mattermost_slash_commands « services « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 62bef77be97d2a63b20f7af943a3d5f2390e095c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- enabled = Gitlab.config.mattermost.enabled

.card
  %p
    This service allows users to perform common operations on this
    project by entering slash commands in Mattermost.
    = link_to help_page_path('user/project/integrations/mattermost_slash_commands.md'), target: '_blank' do
      View documentation
      = icon('external-link')
  %p.inline
    See list of available commands in Mattermost after setting up this service,
    by entering
  %kbd.inline /<trigger> help
  - unless enabled || @service.template?
    = render 'projects/services/mattermost_slash_commands/detailed_help', subject: @service

- if enabled && !@service.template?
  = render 'projects/services/mattermost_slash_commands/installation_info', subject: @service