<%= t(".page_heading") %>

<%= error_messages_for :comment %>
  • <%= render partial: "comments/comment_form", locals: { comment: @comment, commentable: @comment.commentable, button_name: t(".update") } %>