summaryrefslogtreecommitdiff
path: root/app/views/projects/mattermosts/_no_teams.html.haml
blob: aac74a25b7549b0149fdc1a6b40e934877b8ddd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- if @teams_error_message
  = content_for :flash_message do
    .alert.alert-danger= @teams_error_message

%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
  = link_to 'Go back', edit_namespace_project_service_path(@project.namespace, @project, @service), class: 'btn btn-lg pull-right'