debian-mirror-gitlab/app/views/shared/integrations/mattermost_slash_commands/_installation_info.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
296 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
.services-installation-info
2021-09-04 01:27:46 +05:30
- unless integration.activated?
2017-08-17 22:00:37 +05:30
.row
2018-11-08 19:23:39 +05:30
.col-sm-9.offset-sm-3
2021-01-03 14:25:43 +05:30
= link_to new_project_mattermost_path(@project), class: 'btn gl-button btn-lg' do
2017-08-17 22:00:37 +05:30
= custom_icon('mattermost_logo', size: 15)
2019-12-04 20:38:33 +05:30
= s_("MattermostService|Add to Mattermost")