summaryrefslogtreecommitdiff
path: root/app/views/crops/show.html.erb
blob: 971f0974970690da50d5ee743c50f04f589e9a6d (plain)
1
2
3
4
5
6
7
8
9
10
<p style="color: green"><%= notice %></p>

<%= render @crop %>

<div>
  <%= link_to "Edit this crop", edit_crop_path(@crop) %> |
  <%= link_to "Back to crops", crops_path %>

  <%= button_to "Destroy this crop", @crop, method: :delete %>
</div>
Copyright 2019--2025 Marius PETER