Edit Comment

<%= simple_form_for(@comment) do |f| %> <%= dtext_field "comment", "body" %> <%= f.button :submit, "Submit" %> <%= dtext_preview_button "comment", "body" %> <% end %>
<%= render "comments/secondary_links" %>