branches.html.haml 319 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 = render "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 "repositories/branch", branch: branch