Коммит 933a6e0d создал по автору Robert Speicher's avatar Robert Speicher
Просмотр файлов

Merge branch 'fix-dropdown-cutoff' into 'master'

Adds a `title` attribute to the branch dropdown for when the name has been cut off.

Fixes #18056 

See merge request !4395
владельцы 7d33fba7 80cf7d3b
%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
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать