Make last 8 bold

This commit is contained in:
2022-03-06 16:17:08 -05:00
parent d8e3e1a72f
commit de1be7d296

View File

@@ -11,7 +11,7 @@
<br/> <br/>
<%= vehicle.customer %> <%= vehicle.customer %>
<br/> <br/>
<%= vehicle.vin %> <%= vehicle.vin.scan(/.{1,9}/)[0] if vehicle.vin %><b><%=vehicle.vin.scan(/.{1,9}/)[1] if vehicle.vin%></b>
</div> </div>
</div> </div>
<br/> <br/>