2012-02-15 22:02:33 +02:00
|
|
|
= render "repositories/branches_head"
|
2011-12-31 13:12:10 +02:00
|
|
|
- unless @branches.empty?
|
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-01-28 16:47:55 +02:00
|
|
|
%tbody
|
2011-12-31 13:12:10 +02:00
|
|
|
- @branches.each do |branch|
|
2012-08-10 18:07:50 -04:00
|
|
|
= render "repositories/branch", branch: branch
|