Skip to content

Commit

Permalink
[webui] 20 results per page in projects/packages search
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs authored and adrianschroeter committed Aug 9, 2013
1 parent 25ce03e commit 6f07619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/app/controllers/search_controller.rb
Expand Up @@ -92,7 +92,7 @@ def search
return
end

@per_page = 50
@per_page = 20
search = ApiDetails.create(:searches, :page => params[:page], :per_page => @per_page, :search => {
text: @search_text,
classes: @search_what,
Expand Down

0 comments on commit 6f07619

Please sign in to comment.