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

13 lines
249 B
Text
Raw Normal View History

= render "repositories/branches_head"
2011-12-31 06:12:10 -05:00
- unless @branches.empty?
2012-09-03 14:53:16 -04:00
%table
%thead
%tr
%th Name
%th Last commit
%th
2012-01-28 09:47:55 -05:00
%tbody
2011-12-31 06:12:10 -05:00
- @branches.each do |branch|
= render "repositories/branch", branch: branch