2017-01-26 03:16:07 -05:00
|
|
|
|
- if @teams_error_message
|
|
|
|
|
= content_for :flash_message do
|
|
|
|
|
.alert.alert-danger= @teams_error_message
|
2017-01-24 12:54:30 -05:00
|
|
|
|
|
2016-12-19 12:14:03 -05:00
|
|
|
|
%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
|
|
|
|
|
= icon('external-link')
|
|
|
|
|
and try again.
|
|
|
|
|
%hr
|
|
|
|
|
.clearfix
|
2017-06-29 13:06:35 -04:00
|
|
|
|
= link_to 'Go back', edit_project_service_path(@project, @service), class: 'btn btn-lg pull-right'
|