Files
danbooru/app/views/comments/edit.html.erb
2011-03-08 18:26:10 -05:00

12 lines
209 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>