debian-mirror-gitlab/app/views/projects/mattermosts/_no_teams.html.haml

17 lines
522 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
- if @teams_error_message
= content_for :flash_message do
.alert.alert-danger= @teams_error_message
%p
You arent 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
2021-01-29 00:20:46 +05:30
= link_to 'Go back', edit_project_service_path(@project, @service), class: 'gl-button btn btn-lg float-right'