From a1dffbed7a4a2fc94cebfb416b44134b2b7b860f Mon Sep 17 00:00:00 2001 From: Skud Date: Sun, 2 Dec 2012 14:55:03 +1100 Subject: [PATCH] made the crop box 20 pixels bigger --- app/views/crops/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/crops/index.html.haml b/app/views/crops/index.html.haml index ec27aa129..0aaab1d5b 100644 --- a/app/views/crops/index.html.haml +++ b/app/views/crops/index.html.haml @@ -6,7 +6,7 @@ - @crops.each do |crop| - c += 1 %li.span2 - .thumbnail(style='height: 200px') + .thumbnail(style='height: 220px') = image_tag('http://placehold.it/150x150', :alt => '', :class => 'img-rounded') %p= link_to crop.system_name, crop - if crop.scientific_names.count > 0