Files
growstuff/app/views/crops/_popover.html.haml
2017-02-06 10:31:45 +13:00

9 lines
172 B
Plaintext

%p
%small
- unless crop.scientific_names.empty?
%i
= crop.scientific_names.first.name
%br/
Planted
= pluralize(crop.plantings.size, "time")