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

index.html.haml « branches « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bee04eb013ebbb6c7315a21c0236de2ed8fd88a5 (plain)
1
2
3
4
5
6
7
8
9
10
= render "projects/commits/head"
.row
  .col-md-3
    = render "filter"
  .col-md-9
    - unless @branches.empty?
      %ul.bordered-list.top-list.all-branches
        - @branches.each do |branch|
          = render "projects/branches/branch", branch: branch
      = paginate @branches, theme: 'gitlab'