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

branches.html.haml « repositories « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 14b5082e44e726f54e130ded194c56ae3841fa00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
= render "commits/head"
.row
  .span3
    = render "filter"
  .span9
    - unless @branches.empty?
      %table
        %thead
          %tr
            %th Name
            %th Last commit
            %th
        %tbody
          - @branches.each do |branch|
            = render "repositories/branch", branch: branch