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

This commit is contained in:
Connor Shea 2016-05-31 22:33:08 -06:00
parent 473ea1e974
commit 80cf7d3b97
No known key found for this signature in database
GPG Key ID: E52237E5B35A83E6
1 changed files with 1 additions and 1 deletions

View File

@ -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