2012-02-20 07:39:03 +01:00
|
|
|
= render "branches_head"
|
2012-02-08 00:00:49 +01:00
|
|
|
|
2012-05-17 23:23:18 +02:00
|
|
|
%table.admin-table
|
|
|
|
%thead
|
|
|
|
%tr
|
|
|
|
%th Name
|
|
|
|
%th Last commit
|
|
|
|
%th Updated at
|
|
|
|
%th
|
2012-02-18 14:59:01 +01:00
|
|
|
- @activities.each do |update|
|
2012-02-20 07:39:03 +01:00
|
|
|
= render "repositories/branch", :branch => update.head
|
2012-01-04 07:17:41 +01:00
|
|
|
|