summaryrefslogtreecommitdiff
path: root/app/views/projects/mattermosts/new.html.haml
blob: 9e293d07cb779c4d9cc3f8c9dfd5235ec4b7e2a8 (plain)
1
2
3
4
5
6
7
8
9
10
- @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'