BigW Consortium Gitlab

show.html.haml 187 Bytes
Newer Older
1
= render "branches_head"
2

randx committed
3
%table
4 5 6 7 8
  %thead
    %tr
      %th Name
      %th Last commit
      %th
9
  - @activities.each do |update|
10
    = render "repositories/branch", branch: update.head
11