From 55c2fceffbbb235dae3f2e2f7a0a946466746f96 Mon Sep 17 00:00:00 2001 From: Skud Date: Thu, 28 Aug 2014 12:09:40 +1000 Subject: [PATCH] changed layout of planting list on homepage ... as b3 seems to have more gutter space between columns --- app/views/plantings/_list.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/plantings/_list.html.haml b/app/views/plantings/_list.html.haml index 3e62fffbc..0efc1be37 100644 --- a/app/views/plantings/_list.html.haml +++ b/app/views/plantings/_list.html.haml @@ -1,9 +1,9 @@ - plantings.each do |p| - cache "plantings_listitem_#{p.id}" do .row - .col-md-2{:style => 'padding-bottom: 6px'} + .col-md-3{:style => 'padding-bottom: 6px'} = render :partial => 'plantings/image_with_popover', :locals => { :planting => p } - .col-md-10 + .col-md-9 = link_to p.crop, p.crop in = succeed "'s" do