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

show.html.haml « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0fd9c8ead19c861e1d4822676b95f068b5e7a4bc (plain)
1
2
3
%div
  %div#tree-holder
    = render :partial => "tree", :locals => {:repo => @repo, :commit => @commit, :tree => @commit.tree}