gitlab-org--gitlab-foss/app/views/projects/mattermosts/new.html.haml
2017-01-30 11:01:36 +01:00

8 lines
207 B
Text

.service-installation
.inline.pull-right
= custom_icon('mattermost_logo', size: 48)
%h3 Install Mattermost Command
- if @teams.empty?
= render 'no_teams'
- else
= render 'team_selection'