summaryrefslogtreecommitdiff
path: root/app/views/projects/services/mattermost_slash_commands/_help.html.haml
blob: c1e576b42fc73bcebc061207d104afa1df51a57e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- enabled = Gitlab.config.mattermost.enabled

.well
  This service allows GitLab users to perform common operations on this
  project by entering slash commands in Mattermost.
  %br
  See list of available commands in Mattermost after setting up this service,
  by entering
  %code /<command_trigger_word> 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