Merge pull request #55 from Skud/cropoverflow

made the crop box 20 pixels bigger
This commit is contained in:
Skud
2012-12-01 19:57:26 -08:00

View File

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