gitlab-org--gitlab-foss/app/views/projects/mattermosts/new.html.haml
Luke "Jared" Bennett 2cc6485518
Improved team selection
Review changes
2017-03-05 21:05:48 +00:00

10 lines
239 B
Text

- @body_class = 'card-content'
.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'