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

branches.html.haml « repositories « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2bdd304cdac9d1581ddaa089d0be2fd1a64fc890 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
= render "projects/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 "projects/repositories/branch", branch: branch