Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_branch.html.haml « dropdowns « merge_requests « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d6af8b2f5a5b6fc4c7a05a8fe28cbff50e3448e5 (plain)
1
2
3
4
5
%ul
  - branches.each do |branch|
    %li
      %a{ href: '#', class: "#{'is-active' if selected == branch}", title: branch, data: { id: branch } }
        = branch