13 lines
223 B
Plaintext
13 lines
223 B
Plaintext
= render "branches_head"
|
|
|
|
%table.admin-table
|
|
%thead
|
|
%tr
|
|
%th Name
|
|
%th Last commit
|
|
%th Updated at
|
|
%th
|
|
- @activities.each do |update|
|
|
= render "repositories/branch", :branch => update.head
|
|
|