first commit
This commit is contained in:
9
app/views/suggestions/new.html.erb
Normal file
9
app/views/suggestions/new.html.erb
Normal file
@@ -0,0 +1,9 @@
|
||||
<h1>New suggestion</h1>
|
||||
|
||||
<%= render "form", suggestion: @suggestion %>
|
||||
|
||||
<br>
|
||||
|
||||
<div>
|
||||
<%= link_to "Back to suggestions", suggestions_path %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user