Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-25 15:09:00 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-25 15:09:00 +0300
commit08d789003aa7d3ac20bd260b171b771aeffef44a (patch)
treeb27cdd7d4402d7f168a804328af087e720a1c267 /app/views/projects/protected_tags
parente2dcb7987a3502b166457b7538c8368df6ff19b0 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/protected_tags')
-rw-r--r--app/views/projects/protected_tags/_create_protected_tag.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/protected_tags/_create_protected_tag.html.haml b/app/views/projects/protected_tags/_create_protected_tag.html.haml
index b58df9de380..7a7390efe51 100644
--- a/app/views/projects/protected_tags/_create_protected_tag.html.haml
+++ b/app/views/projects/protected_tags/_create_protected_tag.html.haml
@@ -1,5 +1,5 @@
- content_for :create_access_levels do
- .create_access_levels-container
+ .create_access_levels-container{ data: { qa_selector: 'access_levels_content' } }
= dropdown_tag('Select',
options: { toggle_class: 'js-allowed-to-create wide',
dropdown_class: 'dropdown-menu-selectable capitalize-header',