debian-mirror-gitlab/app/views/projects/services/mattermost_slash_commands/_help.html.haml
2021-04-29 21:17:54 +05:30

17 lines
853 B
Text

- enabled = Gitlab.config.mattermost.enabled
.info-well
.well-segment
%p
= s_("MattermostService|Use this service to perform common tasks in your project by entering slash commands in Mattermost.")
= link_to help_page_path('user/project/integrations/mattermost_slash_commands.md'), target: '_blank' do
= _("How do I configure this integration?")
= sprite_icon('external-link')
%p.inline
= s_("MattermostService|After you configure the integration, view your new Mattermost commands by entering")
%kbd.inline /<trigger> help
- if !enabled && @service.project_level?
= render 'projects/services/mattermost_slash_commands/detailed_help', subject: @service
- if enabled && @service.project_level?
= render 'projects/services/mattermost_slash_commands/installation_info', subject: @service