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

11 lines
240 B
Text
Raw Normal View History

2017-02-15 08:49:14 -05:00
- @body_class = 'card-content'
.service-installation
.inline.float-right
= custom_icon('mattermost_logo', size: 48)
%h3 Install Mattermost Command
- if @teams.empty?
2016-12-19 12:14:03 -05:00
= render 'no_teams'
- else
2016-12-19 12:14:03 -05:00
= render 'team_selection'