Fixed issue where only 25 commits would load in file listings

This commit is contained in:
Phil Hughes 2015-03-30 19:31:13 +01:00
parent 5059681f22
commit 82db3dc8b0
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@
if(current_url == log_url) {
// Load 10 more commit log for each file in tree
// if we still on the same page
ajaxGet('#{logs_file_namespace_project_ref_path(@project.namespace, @project, @ref, @path || '/', offset: (@offset + @limit))}');
ajaxGet('#{logs_file_namespace_project_ref_path(@project.namespace, @project, @ref, @path || '', offset: (@offset + @limit))}');
}