2012-02-15 21:02:33 +01:00
|
|
|
= render "repositories/branches_head"
|
2011-12-31 12:12:10 +01:00
|
|
|
- unless @branches.empty?
|
2012-05-17 23:23:18 +02:00
|
|
|
%table.admin-table
|
|
|
|
%thead
|
|
|
|
%tr
|
|
|
|
%th Name
|
|
|
|
%th Last commit
|
|
|
|
%th Updated at
|
|
|
|
%th
|
|
|
|
|
2012-01-28 15:47:55 +01:00
|
|
|
%tbody
|
2011-12-31 12:12:10 +01:00
|
|
|
- @branches.each do |branch|
|
2012-02-20 07:39:03 +01:00
|
|
|
= render "repositories/branch", :branch => branch
|