From a59a5d0557131eb4fe146e95e201a7fd9f225392 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Mon, 12 Dec 2016 10:37:46 -0500 Subject: [PATCH] fix empty pagination div --- app/views/notifications/index.html.erb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/views/notifications/index.html.erb b/app/views/notifications/index.html.erb index 8785dc91..e030e483 100644 --- a/app/views/notifications/index.html.erb +++ b/app/views/notifications/index.html.erb @@ -31,9 +31,11 @@ - + <% if @notifications.total_pages > 1 %> + + <% end %> <%= render partial: 'shared/back_to_mapping' %>