From 96813a5e508a54257ef03be613a704f1f71af53d Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 21 Oct 2023 00:25:50 -0400 Subject: Added quotes database --- app/views/quotes/list.html.haml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/views/quotes/list.html.haml (limited to 'app/views/quotes/list.html.haml') diff --git a/app/views/quotes/list.html.haml b/app/views/quotes/list.html.haml new file mode 100644 index 0000000..12c95c0 --- /dev/null +++ b/app/views/quotes/list.html.haml @@ -0,0 +1,4 @@ +%section#quotes + .pagination= will_paginate @quotes + = render @quotes + .pagination= will_paginate @quotes -- cgit 1.4.1