git clone panel available on files tab too

This commit is contained in:
randx 2012-09-03 22:30:14 +03:00
parent 8ca0b75d05
commit f557686eb2
7 changed files with 31 additions and 14 deletions

View file

@ -6,5 +6,5 @@
// Load last commit log for each file in tree
$('#tree-slider').waitForImages(function() {
ajaxGet('#{@logs_path}');
ajaxGet('#{@logs_path}');
});