summaryrefslogtreecommitdiff
path: root/app/views/projects/mattermost/new.html.haml
blob: b4a1476be13610b1871f1c38142c1686634adb51 (plain)
1
2
3
4
5
6
7
= "hello world"
= @teams
= form_for(:create, method: :post, url: configure_namespace_project_mattermost_path(@project.namespace, @project, )) do |f|
  = "Team ID"
  = f.text_field(:team_id)
  = f.submit 'Configure', class: 'btn btn-save'