gitlabhq/app/views/repositories/show.html.haml
2012-05-18 00:23:18 +03:00

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