Increase commit log amount for tree view from 10 to 25

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-06-26 10:29:39 +03:00
parent 3f8e6cf3d1
commit 3900eee30e
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class Projects::RefsController < Projects::ApplicationController
0
end
@limit = 10
@limit = 25
@path = params[:path]