Files
gitlabhq/app/views/projects/branches/recent.html.haml
T
2013-12-30 23:55:15 +02:00

9 lines
210 B
Plaintext

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