Skip to content
Snippets Groups Projects
Commit 0851bf56 authored by Phil Hughes's avatar Phil Hughes Committed by Dmitriy Zaporozhets
Browse files

Fixed issue where only 25 commits would load in file listings

parent 7ff7e28a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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))}');
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment