Welcome to mirror list, hosted at ThFree Co, Russian Federation.

new.html.haml « mattermosts « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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'