Name: <%= comment.commenter %>
<% if comment.website.present? %>Website: <%= comment.website %>
<% end %>Comment: <%= comment.body %>
<% if current_user %> <%= link_to "Destroy Comment", member_blog_post_comment_path(@member, @blog, @post, comment), data: { turbo_method: :delete, turbo_confirm: "Are you sure?" } %> <% end %>