Edit Comment

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