Just updated Employer show view to list DOB instead of Date of Birth
This commit is contained in:
parent
47c981cd57
commit
1474feef98
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue