gitlabhq/app/views/projects/tree.html.erb
Dmitriy Zaporozhets d378468794 v1.0
2011-10-13 04:00:00 +03:00

6 lines
149 B
Plaintext

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