gitlabhq/app/views/refs/tree.js.haml

6 lines
318 B
Plaintext
Raw Normal View History

2011-11-16 06:38:53 +01:00
:plain
2011-12-20 07:59:14 +01:00
//$("#tree-content-holder").hide("slide", { direction: "left" }, 150, function(){
2011-11-16 06:38:53 +01:00
$("#tree-holder").html("#{escape_javascript(render(:partial => "tree", :locals => {:repo => @repo, :commit => @commit, :tree => @tree}))}");
2011-12-01 15:16:53 +01:00
$("#tree-content-holder").show("slide", { direction: "right" }, 150);
2011-12-20 07:59:14 +01:00
//});