From dcb05c2e1e2ff60979cce898a27bcc1cdfc467d5 Mon Sep 17 00:00:00 2001 From: Brenda Date: Mon, 10 Feb 2020 10:03:49 +1300 Subject: [PATCH] tidy up posts on crops page --- app/views/crops/_posts.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/crops/_posts.html.haml b/app/views/crops/_posts.html.haml index 1ce1bc7ff..ad0c615ed 100644 --- a/app/views/crops/_posts.html.haml +++ b/app/views/crops/_posts.html.haml @@ -16,7 +16,7 @@ .index-cards - @posts.each do |post| - = render 'posts/preview', post: post + .card.card-double= render 'posts/preview', post: post = will_paginate @posts