summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/dropdowns/_branch.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/merge_requests/dropdowns/_branch.html.haml')
-rw-r--r--app/views/projects/merge_requests/dropdowns/_branch.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/dropdowns/_branch.html.haml b/app/views/projects/merge_requests/dropdowns/_branch.html.haml
index ba8d9a5835c..a60c445aa51 100644
--- a/app/views/projects/merge_requests/dropdowns/_branch.html.haml
+++ b/app/views/projects/merge_requests/dropdowns/_branch.html.haml
@@ -1,5 +1,5 @@
%ul
- branches.each do |branch|
%li
- %a{ href: '#', class: "#{('is-active' if selected == branch)}", data: { id: branch } }
+ %a{ href: '#', class: "#{('is-active' if selected == branch)}", title: branch, data: { id: branch } }
= branch