-
- Downloads
There was an error fetching the commit references. Please try again later.
Generalize protected branch/tag dropdowns
Remove duplicate ee code This was generalized for usage in the new variable table design, see https://gitlab.com/gitlab-org/gitlab-ce/issues/39118#note_53615249 Conflicts: app/assets/stylesheets/pages/projects.scss ee/app/assets/javascripts/protected_branches/protected_branch_create.js ee/app/assets/javascripts/protected_tags/protected_tag_create.js ee/app/views/projects/protected_branches/ee/_dropdown.html.haml
Showing
- app/assets/javascripts/create_item_dropdown.js 30 additions, 27 deletionsapp/assets/javascripts/create_item_dropdown.js
- app/assets/javascripts/protected_branches/protected_branch_create.js 9 additions, 3 deletions...javascripts/protected_branches/protected_branch_create.js
- app/assets/javascripts/protected_branches/protected_branch_dropdown.js 0 additions, 90 deletions...vascripts/protected_branches/protected_branch_dropdown.js
- app/assets/javascripts/protected_tags/protected_tag_create.js 9 additions, 2 deletions...assets/javascripts/protected_tags/protected_tag_create.js
- app/assets/stylesheets/framework/dropdowns.scss 10 additions, 0 deletionsapp/assets/stylesheets/framework/dropdowns.scss
- app/assets/stylesheets/pages/projects.scss 0 additions, 11 deletionsapp/assets/stylesheets/pages/projects.scss
- app/views/projects/protected_branches/shared/_dropdown.html.haml 1 addition, 1 deletion...ws/projects/protected_branches/shared/_dropdown.html.haml
- app/views/projects/protected_tags/shared/_dropdown.html.haml 1 addition, 1 deletionapp/views/projects/protected_tags/shared/_dropdown.html.haml
Please register or sign in to comment