View raw

1 <p style="color: green"><%= notice %></p> 2 3 <%= render @crop %> 4 5 <div> 6 <%= link_to "Edit this crop", edit_crop_path(@crop) %> | 7 <%= link_to "Back to crops", crops_path %> 8 9 <%= button_to "Destroy this crop", @crop, method: :delete %> 10 </div> 11