summaryrefslogtreecommitdiff
path: root/app/views/crops/edit.html.erb
blob: 54c616c0b82944917ec7048fef0edb341e5f787e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<% content_for :title, "Editing crop" %>

<h1>Editing crop</h1>

<%= render "form", crop: @crop %>

<br>

<div>
  <%= link_to "Show this crop", @crop %> |
  <%= link_to "Back to crops", crops_path %>
</div>
Copyright 2019--2025 Marius PETER