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/shared/integrations/mattermost_slash_commands/_installation_info.html.haml')
-rw-r--r--app/views/shared/integrations/mattermost_slash_commands/_installation_info.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/shared/integrations/mattermost_slash_commands/_installation_info.html.haml b/app/views/shared/integrations/mattermost_slash_commands/_installation_info.html.haml
new file mode 100644
index 00000000000..38adc69dd5e
--- /dev/null
+++ b/app/views/shared/integrations/mattermost_slash_commands/_installation_info.html.haml
@@ -0,0 +1,7 @@
+.services-installation-info
+ - unless integration.activated?
+ .row
+ .col-sm-9.offset-sm-3
+ = link_to new_project_mattermost_path(@project), class: 'btn gl-button btn-lg' do
+ = custom_icon('mattermost_logo', size: 15)
+ = s_("MattermostService|Add to Mattermost")