gitlab-org--gitlab-foss/app/views/projects/repositories/branches.html.haml
2013-06-23 19:47:22 +03:00

15 lines
337 B
Text

= render "projects/commits/head"
.row
.span3
= render "filter"
.span9
- unless @branches.empty?
%table
%thead
%tr
%th Name
%th Last commit
%th
%tbody
- @branches.each do |branch|
= render "projects/repositories/branch", branch: branch