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

10 lines
148 B
Plaintext

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