gitlab-org--gitlab-foss/app/views/projects/mattermosts/_no_teams.html.haml

16 lines
514 B
Plaintext
Raw Normal View History

2017-01-24 12:54:30 -05:00
= content_for :flash_message do
.alert.alert-danger= @teams if @teams.is_a?(String)
2016-12-19 12:14:03 -05:00
%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
= 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'