summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kozono <mkozono@gmail.com>2019-04-12 20:00:37 +0000
committerMichael Kozono <mkozono@gmail.com>2019-04-12 20:00:37 +0000
commitd2d9fb9a863909d1002029ddd19247b52264ab4d (patch)
tree2b4761ffd7651e78bae106e2063d5c09bdc268a0
parentc1ce15d687cfcc4e4b20b05f570a80507ad5cc24 (diff)
parentcc36212c09f8b2ea4bd50be9e08dbd3f58be6713 (diff)
downloadgitlab-ce-60477-docs-feedback-emoji-pictures-are-broken.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.haml2
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