gitlabhq/app/views/repositories/show.html.haml
2013-01-08 08:14:05 +03:00

15 lines
262 B
Plaintext

= render "commits/head"
.row
.span3
= render "filter"
.span9
%table
%thead
%tr
%th Name
%th Last commit
%th
- @activities.each do |update|
= render "repositories/branch", branch: update.head