Commit aa2467fa authored by Michael Kozono's avatar Michael Kozono

Add missing QA class to EE-only view

parent 14cd9092
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
%td %td
= hidden_field_tag "allowed_to_push_#{protected_branch.id}", push_access_level&.access_level = hidden_field_tag "allowed_to_push_#{protected_branch.id}", push_access_level&.access_level
= dropdown_tag( (push_access_level&.humanize || 'Select') , = dropdown_tag( (push_access_level&.humanize || 'Select') ,
options: { toggle_class: 'js-allowed-to-push', dropdown_class: 'dropdown-menu-selectable js-allowed-to-push-container capitalize-header', options: { toggle_class: 'js-allowed-to-push', dropdown_class: 'dropdown-menu-selectable js-allowed-to-push-container capitalize-header qa-allowed-to-push',
data: { field_name: "allowed_to_push_#{protected_branch.id}", access_level_id: push_access_level&.id }}) data: { field_name: "allowed_to_push_#{protected_branch.id}", access_level_id: push_access_level&.id }})
- if user_push_access_levels.any? - if user_push_access_levels.any?
%p.small %p.small
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment