This commit is contained in:
albert
2013-03-05 17:45:42 -05:00
parent d912ba6172
commit 84cb2b9ec1
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
<div id="a-edit">
<h1>Edit Comment</h1>
<%= error_messages_for "comment" %>
<%= simple_form_for(@comment) do |f| %>
<%= dtext_field "comment", "body" %>
<%= f.button :submit, "Submit" %>