changed layout of planting list on homepage

... as b3 seems to have more gutter space between columns
This commit is contained in:
Skud
2014-08-28 12:09:40 +10:00
parent 848b583d94
commit 55c2fceffb

View File

@@ -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