mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-29 20:25:09 -04:00
Merge pull request #279 from Skud/redesign-homepage
removed redundant check for photos
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
.span6
|
||||
%h2 Some of our crops
|
||||
- @crops.each do |c|
|
||||
- next unless c.photos.present?
|
||||
.span3{:style => 'margin:0px; padding: 3px'}
|
||||
= render :partial => 'crops/image_with_popover', :locals => { :crop => c }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user