<%= f.label :body, 'Comment' %>
<%= f.text_area :body %>
<%= f.hidden_field :_destroy %> <%= link_to_remove_fields 'Remove comment', '.comment_fields', class: 'btn', data: { test: true } %>