Just updated Employer show view to list DOB instead of Date of Birth

This commit is contained in:
Ben 2024-02-12 17:42:13 -06:00
parent 47c981cd57
commit 1474feef98
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<td><%= @employer.tin %></td>
</tr>
<tr>
<th>Date of Birth</th>
<th>DOB</th>
<td><%= @employer.dob.strftime('%B %d, %Y') if @employer.dob.present? %></td>
</tr>
<tr>