summaryrefslogtreecommitdiff
path: root/app/views/projects/branches/_branch.html.haml
diff options
context:
space:
mode:
authorWalmyr <wlsf82@gmail.com>2019-01-16 17:55:15 +0000
committerRémy Coutable <remy@rymai.me>2019-01-16 17:55:15 +0000
commit14165f3a261e716318027ef559171c5ae6bc31ea (patch)
treebbaa2a327cf825f14e32c25eb49c6662d40f420a /app/views/projects/branches/_branch.html.haml
parent1ffc123d79d38375caea9a5c4d5a012d95cad5a7 (diff)
downloadgitlab-ce-14165f3a261e716318027ef559171c5ae6bc31ea.tar.gz
Add test case to check that branches are correctly listed after CRUD operations
Diffstat (limited to 'app/views/projects/branches/_branch.html.haml')
-rw-r--r--app/views/projects/branches/_branch.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/branches/_branch.html.haml b/app/views/projects/branches/_branch.html.haml
index 88f9b7dfc9f..4b0ea15335e 100644
--- a/app/views/projects/branches/_branch.html.haml
+++ b/app/views/projects/branches/_branch.html.haml
@@ -76,7 +76,7 @@
= icon("trash-o")
- else
= link_to project_branch_path(@project, branch.name),
- class: "btn btn-remove remove-row js-ajax-loading-spinner has-tooltip",
+ class: "btn btn-remove remove-row qa-remove-btn js-ajax-loading-spinner has-tooltip",
title: s_('Branches|Delete branch'),
method: :delete,
data: { confirm: s_("Branches|Deleting the '%{branch_name}' branch cannot be undone. Are you sure?") % { branch_name: branch.name } },