1b1a408a71
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 lines
290 B
Text
10 lines
290 B
Text
= render "projects/commits/head"
|
|
.row
|
|
.col-md-3
|
|
= render "filter"
|
|
.col-md-9
|
|
- unless @branches.empty?
|
|
%ul.bordered-list.top-list
|
|
- @branches.each do |branch|
|
|
= render "projects/branches/branch", branch: branch
|
|
= paginate @branches, theme: 'gitlab'
|