diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 35050b88e..de96fc4f8 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -59,3 +59,4 @@ submit the change with your pull request. - Andrey Bazhutkin / [andrba](https://github.com/andrba) - Gabriel Sandoval / [gabrielsandoval](https://github.com/gabrielsandoval) - Cjay Billones / [CjayBillones](https://github.com/CjayBillones) +- Katy Ereira / [maccath](https://github.com/maccath) diff --git a/app/views/harvests/_form.html.haml b/app/views/harvests/_form.html.haml index 4aae2540e..21de8e5b6 100644 --- a/app/views/harvests/_form.html.haml +++ b/app/views/harvests/_form.html.haml @@ -11,7 +11,7 @@ .col-md-4 = auto_suggest @harvest, :crop, :class => 'form-control col-md-2', :default => @crop .col-md-4 - = collection_select(:harvest, :plant_part_id, PlantPart.all, :id, :name, { :selected => @harvest.plant_part_id }, { :class => 'form-control' }) + = collection_select(:harvest, :plant_part_id, PlantPart.all, :id, :name, { :selected => @harvest.plant_part_id, :include_blank => 'e.g. fruit' }, { :class => 'form-control' }) %span.help-block.col-md-8 Can't find what you're looking for? = link_to "Request new crops.", new_crop_path