blob: 96b1d2aee61dd72fdaf213af327d565bc29ed59d (
plain)
1
2
3
4
5
6
7
8
|
.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'
|