diff options
author | Michael Kozono <mkozono@gmail.com> | 2019-04-12 20:00:37 +0000 |
---|---|---|
committer | Michael Kozono <mkozono@gmail.com> | 2019-04-12 20:00:37 +0000 |
commit | d2d9fb9a863909d1002029ddd19247b52264ab4d (patch) | |
tree | 2b4761ffd7651e78bae106e2063d5c09bdc268a0 | |
parent | c1ce15d687cfcc4e4b20b05f570a80507ad5cc24 (diff) | |
parent | cc36212c09f8b2ea4bd50be9e08dbd3f58be6713 (diff) | |
download | gitlab-ce-d2d9fb9a863909d1002029ddd19247b52264ab4d.tar.gz |
Merge branch 'fix-protected_branches_spec-master' into 'master'60477-docs-feedback-emoji-pictures-are-broken
CE Fix protected branch example failing on master
See merge request gitlab-org/gitlab-ce!27332
-rw-r--r-- | app/views/projects/protected_branches/shared/_protected_branch.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/protected_branches/shared/_protected_branch.html.haml b/app/views/projects/protected_branches/shared/_protected_branch.html.haml index bb7998f739d..81dcab1d1ab 100644 --- a/app/views/projects/protected_branches/shared/_protected_branch.html.haml +++ b/app/views/projects/protected_branches/shared/_protected_branch.html.haml @@ -1,6 +1,6 @@ - can_admin_project = can?(current_user, :admin_project, @project) -%tr.js-protected-branch-edit-form{ data: { url: namespace_project_protected_branch_path(@project.namespace, @project, protected_branch) } } +%tr.qa-protected-branch.js-protected-branch-edit-form{ data: { url: namespace_project_protected_branch_path(@project.namespace, @project, protected_branch) } } %td %span.ref-name= protected_branch.name |