Skip to content
ferti.git
⋮
Summary
Commits
Files
ferti.git
/
app
/
views
/
crops
/
new.html.erb
[Rails] Fertilizer recipe solver for the FAPG.
View raw
1
<% content_for :title, "New crop" %>
2
3
<h1>New crop</h1>
4
5
<%= render "form", crop: @crop %>
6
7
<br>
8
9
<div>
10
<%= link_to "Back to crops", crops_path %>
11
</div>
12
Summary
Commits
Files