gitlabhq/app/views/repositories/branches.html.haml

7 lines
199 B
Plaintext

= render "repositories/branches_head"
- unless @branches.empty?
%table.zebra-striped.borders
%tbody
- @branches.each do |branch|
= render "repositories/branch", :branch => branch