<%= notice %>

<% content_for :title, "Crops" %>

Crops

<% @crops.each do |crop| %> <%= render crop %>

<%= link_to "Show this crop", crop %>

<% end %>
<%= link_to "New crop", new_crop_path %>