debian-mirror-gitlab/app/views/projects/mattermosts/new.html.haml
2018-11-08 19:23:39 +05:30

11 lines
240 B
Text

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