/notes, /note_versions: use numbered paginator.
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<%= sequential_paginator(@note_versions) %>
|
||||
<%= numbered_paginator(@note_versions) %>
|
||||
|
||||
<%= render "notes/secondary_links" %>
|
||||
</div>
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<%= sequential_paginator(@notes) %>
|
||||
<%= numbered_paginator(@notes) %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user