View raw

1 <% content_for :title, "Editing bed #{@bed.location}" %> 2 3 <h1 class="display-1">Editing bed <%= @bed.location %></h1> 4 5 <%= render "form", bed: @bed %> 6 7 <br> 8 9 <div> 10 <%= link_to "Back to beds", beds_path, class: "btn btn-secondary" %> 11 </div> 12