summaryrefslogtreecommitdiff
path: root/app/views/projects/protected_tags/_create_protected_tag.html.haml
blob: d19a6401fc8295b705d0603e560ce5c7682b1daa (plain)
1
2
3
4
5
6
7
8
9
- content_for :create_access_levels do
  .create_access_levels-container
    = dropdown_tag('Select',
                   options: { toggle_class: 'js-allowed-to-create wide',
                   dropdown_class: 'dropdown-menu-selectable capitalize-header',
                   dropdown_qa_selector: 'access_levels_content',
                   data: { field_name: 'protected_tag[create_access_levels_attributes][0][access_level]', input_id: 'create_access_levels_attributes', qa_selector: 'access_levels_dropdown' }})

= render 'projects/protected_tags/shared/create_protected_tag'