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