From 6c9bc4fda44f250a0f117cdba2f8d1c60003a941 Mon Sep 17 00:00:00 2001 From: Corey Hammerton Date: Mon, 16 May 2016 20:00:16 -0400 Subject: [PATCH] puppetboard/templates/_macros.html: Using the Semantic UI Pagination Menu (#236) This fixes https://github.com/voxpupuli/puppetboard/issues/229 This menu provides a very user friendly interface for rendering the pagination section, which is available in version 2.1.8. Updating the render_pagination macro use the new HTML classes. --- puppetboard/templates/_macros.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/puppetboard/templates/_macros.html b/puppetboard/templates/_macros.html index a153bb8..354cdfe 100644 --- a/puppetboard/templates/_macros.html +++ b/puppetboard/templates/_macros.html @@ -178,25 +178,25 @@ {% endif %} {%- endmacro %} {% macro render_pagination(pagination) -%} -