debian-mirror-gitlab/app/views/projects/merge_requests/dropdowns/_branch.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
165 B
Text
Raw Normal View History

2016-06-02 11:05:42 +05:30
%ul
- branches.each do |branch|
%li
2023-01-13 00:05:48 +05:30
%a{ href: '#', class: "#{'is-active' if selected == branch}", title: branch, data: { id: branch } }
2016-06-02 11:05:42 +05:30
= branch