From 1ab3bfcae5d0c62ce268e42490e2960724f58a56 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Thu, 29 Oct 2020 19:57:50 +0100 Subject: [PATCH] #82 [nouns] pagination --- assets/style.scss | 2 +- routes/nouns.vue | 58 +++++++++++++++++++++++++++++++++++------------ 2 files changed, 45 insertions(+), 15 deletions(-) diff --git a/assets/style.scss b/assets/style.scss index 335784b28..0c0acf388 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -33,7 +33,7 @@ $container-max-widths: ( //@import "~bootstrap/scss/navbar"; @import "~bootstrap/scss/card"; //@import "~bootstrap/scss/breadcrumb"; -//@import "~bootstrap/scss/pagination"; +@import "~bootstrap/scss/pagination"; @import "~bootstrap/scss/badge"; //@import "~bootstrap/scss/jumbotron"; @import "~bootstrap/scss/alert"; diff --git a/routes/nouns.vue b/routes/nouns.vue index b15aebf66..0f7c04e7b 100644 --- a/routes/nouns.vue +++ b/routes/nouns.vue @@ -23,8 +23,8 @@
- {{ nounsCountApproved() }} nouns.approved, - {{ nounsCountPending() }} nouns.pending. + {{ nounsCountApproved }} nouns.approved, + {{ nounsCountPending }} nouns.pending.
@@ -52,7 +52,7 @@
- + -
@@ -70,8 +70,8 @@