debian-mirror-gitlab/app/views/shared/integrations/mattermost_slash_commands/_help.html.haml
2022-07-16 19:58:13 +02:00

18 lines
877 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 && integration.project_level?
= render 'shared/integrations/mattermost_slash_commands/detailed_help', integration: integration
- if enabled && integration.project_level?
= render 'shared/integrations/mattermost_slash_commands/installation_info', integration: integration