def admin_actions
    if current_participant && current_participant.admin?
      " | #{link_to 'Edit', edit_topic_comment_path(topic,comment), remote: true} | #{link_to 'Delete', topic_comment_path(topic,comment), method: :delete}"
    end