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

10 lines
264 B
Plaintext

- content_for :title, "Crop Hierarchy"
%p
This page shows the hierarchical tree of all crops in our
= succeed "." do
= link_to "crops database", crops_path
- cache cache_key_for(Crop) do
= render partial: "hierarchy", locals: { display_crops: @crops }