summaryrefslogtreecommitdiff
path: root/app/views/projects/services/mattermost_slash_commands/_installation_info.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/services/mattermost_slash_commands/_installation_info.html.haml')
-rw-r--r--app/views/projects/services/mattermost_slash_commands/_installation_info.html.haml12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/views/projects/services/mattermost_slash_commands/_installation_info.html.haml b/app/views/projects/services/mattermost_slash_commands/_installation_info.html.haml
index e6fcb09e054..c929eee3bb9 100644
--- a/app/views/projects/services/mattermost_slash_commands/_installation_info.html.haml
+++ b/app/views/projects/services/mattermost_slash_commands/_installation_info.html.haml
@@ -1,18 +1,6 @@
.services-installation-info
- .row
- %strong.col-sm-3.text-right Status
- .col-sm-9= @service.activated? ? 'Installed' : 'Not installed'
- .row
- %strong.col-sm-3.text-right Mattermost
- = link_to pretty_url(Gitlab.config.mattermost.host), Gitlab.config.mattermost.host, class: 'col-sm-9', target: '__blank'
- unless @service.activated?
.row
- %strong.col-sm-3.text-right Installation
- .col-sm-9
- To install this service, press
- %strong Add to Mattermost
- and follow the instructions
- .row
.col-sm-9.col-sm-offset-3
= link_to new_namespace_project_mattermost_path(@project.namespace, @project), class: 'btn btn-lg' do
= custom_icon('mattermost_logo', size: 15)