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