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