gitlab-org--gitlab-foss/app/views/projects/branches/recent.html.haml
2013-08-08 20:25:47 +00:00

8 lines
No EOL
203 B
Text

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