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

7 lines
199 B
Plaintext
Raw Normal View History

= render "repositories/branches_head"
2011-12-31 11:12:10 +00:00
- unless @branches.empty?
2012-02-18 13:59:01 +00:00
%table.zebra-striped.borders
2012-01-28 14:47:55 +00:00
%tbody
2011-12-31 11:12:10 +00:00
- @branches.each do |branch|
= render "repositories/branch", :branch => branch