13 lines
215 B
Plaintext
13 lines
215 B
Plaintext
<%# Copyright (C) 2024 Manuel Bustillo %>
|
|
|
|
<h1>Editing guest</h1>
|
|
|
|
<%= render "form", guest: @guest %>
|
|
|
|
<br>
|
|
|
|
<div>
|
|
<%= link_to "Show this guest", @guest %> |
|
|
<%= link_to "Back to guests", guests_path %>
|
|
</div>
|