bugfix: Only show harvests if we have some

This commit is contained in:
Brenda Wallace
2017-04-17 21:59:31 +12:00
committed by Shiny
parent b40a6723e1
commit 93f6b65d8d

View File

@@ -1,4 +1,4 @@
- if planting.harvests
- unless planting.harvests.empty?
Harvests:
%ul
- planting.harvests.each do |harvest|