debian-mirror-gitlab/app/views/projects/mattermosts/new.html.haml

11 lines
240 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
- @body_class = 'card-content'
.service-installation
2018-11-08 19:23:39 +05:30
.inline.float-right
2017-08-17 22:00:37 +05:30
= custom_icon('mattermost_logo', size: 48)
%h3 Install Mattermost Command
- if @teams.empty?
= render 'no_teams'
- else
= render 'team_selection'