From 075665c588989ed0decdfb20d83f32b33eed4639 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Fri, 29 Aug 2025 14:22:37 +0200 Subject: Properly implement bed and raft management logic. --- app/views/rafts/edit.html.erb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/views/rafts/edit.html.erb (limited to 'app/views/rafts/edit.html.erb') diff --git a/app/views/rafts/edit.html.erb b/app/views/rafts/edit.html.erb new file mode 100644 index 0000000..bf975dc --- /dev/null +++ b/app/views/rafts/edit.html.erb @@ -0,0 +1,5 @@ +<% content_for :title, "Editing bed #{@raft.bed.location}, raft #{@raft.location}" %> + +

Editing bed <%= @raft.bed.location %>, raft <%= @raft.location %>

+ +<%= render "form", raft: @raft %> -- cgit v1.2.3