diff --git a/app/views/participants/show.html.erb b/app/views/participants/show.html.erb index e608dd0..be2f698 100644 --- a/app/views/participants/show.html.erb +++ b/app/views/participants/show.html.erb @@ -32,6 +32,14 @@ DOB <%= @participant.dob.strftime('%B %d, %Y') if @participant.dob.present? %> + + SSN + <%= mask_ssn(@participant.ssn) %> + + + Gender + <%= @participant.gender %> +