From 989917cb07127d77481b39104181c765f08c9a2f Mon Sep 17 00:00:00 2001 From: evazion Date: Sun, 23 Apr 2017 14:33:52 -0500 Subject: [PATCH] /notes, /note_versions: use numbered paginator. --- app/views/note_versions/index.html.erb | 2 +- app/views/notes/index.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/note_versions/index.html.erb b/app/views/note_versions/index.html.erb index 89814a828..7423a0927 100644 --- a/app/views/note_versions/index.html.erb +++ b/app/views/note_versions/index.html.erb @@ -53,7 +53,7 @@ - <%= sequential_paginator(@note_versions) %> + <%= numbered_paginator(@note_versions) %> <%= render "notes/secondary_links" %> diff --git a/app/views/notes/index.html.erb b/app/views/notes/index.html.erb index e21e17978..c588ca160 100644 --- a/app/views/notes/index.html.erb +++ b/app/views/notes/index.html.erb @@ -28,7 +28,7 @@ - <%= sequential_paginator(@notes) %> + <%= numbered_paginator(@notes) %>