Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tree.html.erb « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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>