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