added comment edit
This commit is contained in:
11
app/views/comments/edit.html.erb
Normal file
11
app/views/comments/edit.html.erb
Normal file
@@ -0,0 +1,11 @@
|
||||
<div id="c-comments">
|
||||
<div id="a-edit">
|
||||
<h1>Edit Comment</h1>
|
||||
|
||||
<%= simple_form_for(@comment) do |f| %>
|
||||
<%= f.input :body %>
|
||||
<%= f.button :submit %>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user