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

6 lines
318 B
Text
Raw Normal View History

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