gitlab-org--gitlab-foss/app/views/repositories/show.html.haml

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