gitlabhq/app/views/refs/tree.js.haml
Dmitriy Zaporozhets 3d4f524dcb play with tree view
2011-12-20 08:59:14 +02:00

6 lines
318 B
Plaintext

:plain
//$("#tree-content-holder").hide("slide", { direction: "left" }, 150, function(){
$("#tree-holder").html("#{escape_javascript(render(:partial => "tree", :locals => {:repo => @repo, :commit => @commit, :tree => @tree}))}");
$("#tree-content-holder").show("slide", { direction: "right" }, 150);
//});