summaryrefslogtreecommitdiff
path: root/app/views/projects/protected_tags/_create_protected_tag.html.haml
blob: f53b81cada64644094cac5d95dfd2d3130e7b7f2 (plain)
1
2
3
4
5
6
7
8
- 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',
                   data: { field_name: 'protected_tag[create_access_levels_attributes][0][access_level]', input_id: 'create_access_levels_attributes' }})

= render 'projects/protected_tags/shared/create_protected_tag'