Files
suggest/app/views/suggestions/edit.html.erb
2024-02-03 08:34:36 -05:00

11 lines
207 B
Plaintext

<h1>Editing suggestion</h1>
<%= render "form", suggestion: @suggestion %>
<br>
<div>
<%= link_to "Show this suggestion", @suggestion %> |
<%= link_to "Back to suggestions", suggestions_path %>
</div>