First Name | Last Name | Address | Phone | DOB | Actions | |
---|---|---|---|---|---|---|
<%= participant.first_name %> | <%= participant.last_name %> | <%= [participant.address_line_1, participant.address_line_2, participant.city, participant.state, participant.zip].reject(&:blank?).join(', ') %> | <%= participant.phone %> | <%= participant.email %> | <%= participant.dob.strftime('%B %d, %Y') if participant.dob %> | <%= link_to participant, class: 'btn btn-sm btn-secondary' do %> <% end %> <%= link_to edit_participant_path(participant), class: 'btn btn-sm btn-info' do %> <% end %> |