mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-24 09:43:24 -04:00
changed layout of planting list on homepage
... as b3 seems to have more gutter space between columns
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user