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

19 lines
641 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
- if @teams_error_message
= content_for :flash_message do
2021-04-17 20:07:23 +05:30
.gl-alert.gl-alert-danger
= sprite_icon('error', css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
.gl-alert-body= @teams_error_message
2017-08-17 22:00:37 +05:30
%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-09-30 23:02:18 +05:30
= link_to 'Go back', edit_project_service_path(@project, @integration), class: 'gl-button btn btn-lg float-right'