34295036e2
- Add proper error handling, - Use flash[:alert] and flash[:notice], - Use `resource` instead of `resources`,
8 lines
207 B
Text
8 lines
207 B
Text
.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'
|