gitlab-org--gitlab-foss/app/views/refs/tree.js.haml

5 lines
279 B
Text
Raw Normal View History

2011-11-16 00:38:53 -05:00
:plain
2012-03-05 17:29:40 -05:00
$("#tree-holder").html("#{escape_javascript(render(:partial => "tree", :locals => {:repo => @repo, :commit => @commit, :tree => @tree}))}");
$("#tree-content-holder").show("slide", { direction: "right" }, 150);
$('.project-refs-form #path').val("#{params[:path]}");