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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/mattermost/new.html.haml')
-rw-r--r--app/views/projects/mattermost/new.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/projects/mattermost/new.html.haml b/app/views/projects/mattermost/new.html.haml
new file mode 100644
index 00000000000..a7e028bc0cb
--- /dev/null
+++ b/app/views/projects/mattermost/new.html.haml
@@ -0,0 +1,6 @@
+= "hello world"
+= form_for(:create, method: :post, url: configure_namespace_project_mattermost_path(@project.namespace, @project, @service.to_param)) do |f|
+ = "Team ID"
+ = f.text_field(:team_id)
+ = f.submit 'Configure', class: 'btn btn-save'
+