left4me/rails/app/views/setups/edit.html.erb
mwiegand 5ab99c7779
wip
2022-11-27 17:32:21 +01:00

10 lines
172 B
Text

<h1>Editing setup</h1>
<%= render "form", setup: @setup %>
<br>
<div>
<%= link_to "Show this setup", @setup %> |
<%= link_to "Back to setups", setups_path %>
</div>