Add missing CSS class to capitalize the protectec tag header dropdown

This commit is contained in:
Jose Ivan Vargas 2017-11-10 12:09:58 -06:00
parent cfd8c60570
commit 7f340a814b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
.create_access_levels-container
= dropdown_tag('Select',
options: { toggle_class: 'js-allowed-to-create wide',
dropdown_class: 'dropdown-menu-selectable',
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'