gitlabhq/app/views/projects/tree.html.erb
2011-10-09 00:36:38 +03:00

6 lines
149 B
Plaintext

<div>
<div id="tree-holder">
<%= render :partial => "tree", :locals => {:repo => @repo, :commit => @commit, :tree => @tree} %>
</div>
</div>