summaryrefslogtreecommitdiff
path: root/app/views/projects/mattermosts/new.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/mattermosts/new.html.haml')
-rw-r--r--app/views/projects/mattermosts/new.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/projects/mattermosts/new.html.haml b/app/views/projects/mattermosts/new.html.haml
new file mode 100644
index 00000000000..96b1d2aee61
--- /dev/null
+++ b/app/views/projects/mattermosts/new.html.haml
@@ -0,0 +1,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'