Files
suggest/app/views/suggestions/new.html.erb
2024-02-03 09:04:38 -05:00

10 lines
162 B
Plaintext

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