From 9f50f706702ad0468b10332d52d4500f7f07b24f Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Tue, 1 Sep 2015 16:23:23 -0400 Subject: [PATCH] UX: Return more notifications in the user menu --- app/controllers/notifications_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/notifications_controller.rb b/app/controllers/notifications_controller.rb index 6a42a5bc673..407d63ce2d2 100644 --- a/app/controllers/notifications_controller.rb +++ b/app/controllers/notifications_controller.rb @@ -7,7 +7,7 @@ class NotificationsController < ApplicationController def index user = current_user if params[:recent].present? - notifications = Notification.recent_report(current_user, 10) + notifications = Notification.recent_report(current_user, 15) if notifications.present? # ordering can be off due to PMs