From 9066a968ebdd80caef57b43b3c3429a898485297 Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 2 Feb 2024 16:01:26 -0600 Subject: [PATCH] Readded SSN and Gender to Participant Details. Hide all but last 4 of ssn on Show view. --- app/views/participants/show.html.erb | 8 ++++++++ 1 file changed, 8 insertions(+) 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 %> +