gitlabhq/app/views/repositories/branches.html.haml
2012-04-10 08:51:08 +03:00

7 lines
199 B
Plaintext

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