Commit 80cf7d3b authored by Connor Shea's avatar Connor Shea

Add a title attribute to each branch in the branches dropdown on the New MR page.

parent 473ea1e9
%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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment