Files
danbooru/app/views/comments/edit.html.erb
2011-03-13 03:54:32 -04:00

12 lines
249 B
Plaintext

<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>
<%= render "comments/secondary_links" %>