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/beds/edit.html.erb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/views/beds/edit.html.erb (limited to 'app/views/beds/edit.html.erb') diff --git a/app/views/beds/edit.html.erb b/app/views/beds/edit.html.erb new file mode 100644 index 0000000..6887586 --- /dev/null +++ b/app/views/beds/edit.html.erb @@ -0,0 +1,11 @@ +<% content_for :title, "Editing bed #{@bed.location}" %> + +

Editing bed <%= @bed.location %>

+ +<%= render "form", bed: @bed %> + +
+ +
+ <%= link_to "Back to beds", beds_path, class: "btn btn-secondary" %> +
-- cgit v1.2.3