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