gitlabhq/app/views/repositories/show.html.haml
2012-08-08 17:08:43 +03:00

12 lines
202 B
Plaintext

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