<% if participant %>
  • <%= form_for(participant, url: collection_participant_path(@collection, participant), as: :collection_participant) do |form| %> <%= link_to participant.pseud.byline, user_path(participant.pseud.user) %>
  • <% end %>