From 310b40aace7f2d401b6a4cb78737c3eb446b5324 Mon Sep 17 00:00:00 2001 From: Lilly Date: Fri, 30 Aug 2013 15:47:36 +1000 Subject: [PATCH] Hide crops when in mobile view --- app/views/home/_crops.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/home/_crops.html.haml b/app/views/home/_crops.html.haml index 99f903391..be9b7f1e0 100644 --- a/app/views/home/_crops.html.haml +++ b/app/views/home/_crops.html.haml @@ -1,5 +1,5 @@ .row-fluid - .span6 + .span6.hidden-phone - cache "interesting_crops", :expires_in => 1.day do %h2 Some of our crops - Crop.interesting.each do |c|