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