Merge pull request #279 from Skud/redesign-homepage

removed redundant check for photos
This commit is contained in:
Skud
2013-08-13 21:00:18 -07:00

View File

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