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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/services/mattermost_slash_commands/_help.html.haml')
-rw-r--r--app/views/projects/services/mattermost_slash_commands/_help.html.haml17
1 files changed, 0 insertions, 17 deletions
diff --git a/app/views/projects/services/mattermost_slash_commands/_help.html.haml b/app/views/projects/services/mattermost_slash_commands/_help.html.haml
deleted file mode 100644
index 993df389fb0..00000000000
--- a/app/views/projects/services/mattermost_slash_commands/_help.html.haml
+++ /dev/null
@@ -1,17 +0,0 @@
-- 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 'projects/services/mattermost_slash_commands/detailed_help', integration: integration
-
-- if enabled && integration.project_level?
- = render 'projects/services/mattermost_slash_commands/installation_info', integration: integration