gitlabhq/gitlabhq

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

Summary

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