12 lines
187 B
Plaintext
12 lines
187 B
Plaintext
= render "branches_head"
|
|
|
|
%table
|
|
%thead
|
|
%tr
|
|
%th Name
|
|
%th Last commit
|
|
%th
|
|
- @activities.each do |update|
|
|
= render "repositories/branch", branch: update.head
|
|
|