gitlabhq/gitlabhq

View on GitHub
app/views/projects/branches/index.html.haml

Summary

Maintainability
Test Coverage
= render "projects/commits/head"
.row
  .span3
    = render "filter"
  .span9
    - unless @branches.empty?
      %ul.bordered-list.top-list
        - @branches.each do |branch|
          = render "projects/branches/branch", branch: branch
      = paginate @branches, theme: 'gitlab'