2012-02-15 22:02:33 +02:00
|
|
|
= render "repositories/branches_head"
|
2011-12-31 13:12:10 +02:00
|
|
|
- unless @branches.empty?
|
2012-02-18 15:59:01 +02:00
|
|
|
%table.zebra-striped.borders
|
2012-01-28 16:47:55 +02:00
|
|
|
%tbody
|
2011-12-31 13:12:10 +02:00
|
|
|
- @branches.each do |branch|
|
2012-02-20 08:39:03 +02:00
|
|
|
= render "repositories/branch", :branch => branch
|