summaryrefslogtreecommitdiff
path: root/app/views/projects/protected_branches/_create_protected_branch.html.haml
blob: 98d56a3e5c5d8b584fd5b1998645b23ee2a83028 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- content_for :merge_access_levels do
  .merge_access_levels-container
    = dropdown_tag('Select',
                    options: { toggle_class: 'js-allowed-to-merge wide',
                    dropdown_class: 'dropdown-menu-selectable capitalize-header',
                    data: { field_name: 'protected_branch[merge_access_levels_attributes][0][access_level]', input_id: 'merge_access_levels_attributes' }})
- content_for :push_access_levels do
  .push_access_levels-container
    = dropdown_tag('Select',
                    options: { toggle_class: 'js-allowed-to-push wide',
                    dropdown_class: 'dropdown-menu-selectable capitalize-header',
                    data: { field_name: 'protected_branch[push_access_levels_attributes][0][access_level]', input_id: 'push_access_levels_attributes' }})

= render 'projects/protected_branches/shared/create_protected_branch'