2017-08-17 22:00:37 +05:30
|
|
|
|
%p
|
|
|
|
|
You aren’t a member of any team on the Mattermost instance at
|
|
|
|
|
%strong= Gitlab.config.mattermost.host
|
|
|
|
|
%p
|
|
|
|
|
To install this service,
|
|
|
|
|
= link_to "#{Gitlab.config.mattermost.host}/select_team", target: '__blank' do
|
|
|
|
|
join a team
|
2021-01-29 00:20:46 +05:30
|
|
|
|
= sprite_icon('external-link')
|
2017-08-17 22:00:37 +05:30
|
|
|
|
and try again.
|
|
|
|
|
%hr
|
|
|
|
|
.clearfix
|
2022-07-23 23:45:48 +05:30
|
|
|
|
= link_to 'Go back', edit_project_settings_integration_path(@project, @integration), class: 'gl-button btn btn-lg float-right'
|