Skip to content
ferti.git
⋮
Summary
Commits
Files
ferti.git
/
app
/
views
/
rafts
/
edit.html.erb
[Rails] Fertilizer recipe solver for the FAPG.
View raw
1
<% content_for :title, "Editing bed #{@raft.bed.location}, raft #{@raft.location}" %>
2
3
<h1 class="display-1">Editing bed <%= @raft.bed.location %>, raft <%= @raft.location %></h1>
4
5
<%= render "form", raft: @raft %>
6
Summary
Commits
Files