gitlabhq/app/views/projects/show.html.haml

4 lines
128 B
Plaintext
Raw Normal View History

2011-10-08 23:36:38 +02:00
%div
%div#tree-holder
= render :partial => "tree", :locals => {:repo => @repo, :commit => @commit, :tree => @commit.tree}