summaryrefslogtreecommitdiff
path: root/app/views/projects/tree.html.erb
blob: c29ed2f90d496d598574a15e2b4764c837c4aee0 (plain)
1
2
3
4
5
<div>
  <div id="tree-holder">
    <%= render :partial => "tree", :locals => {:repo => @repo, :commit => @commit, :tree => @tree} %>
  </div>
</div>