summaryrefslogtreecommitdiff
path: root/app/views/projects/mattermosts/_no_teams.html.haml
blob: 5886c0565b1dc5d1ccc516080e24bde7b01c7512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%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
    = sprite_icon('external-link')
  and try again.
%hr
.clearfix
  = link_to 'Go back', edit_project_settings_integration_path(@project, @integration), class: 'gl-button btn btn-lg float-right'