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