10 lines
162 B
Plaintext
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>
|