mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-04 06:57:38 -05:00
Merge pull request #392 from Skud/moreb3
changed layout of planting list on homepage
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