mirror of
https://github.com/rickbarrette/redmine_qbo_vehicles.git
synced 2026-04-03 15:31:59 -04:00
Use DIV and not A for vin element
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
</div>
|
||||
|
||||
<div class="label-sub">
|
||||
<a href="#" onclick="handleCopy(event)"><%= vehicle.vin.scan(/.{1,9}/)[0] if vehicle.vin %><b><%=vehicle.vin.scan(/.{1,9}/)[1] if vehicle.vin%></b></a>
|
||||
<div onclick="handleCopy(event)"><%= vehicle.vin.scan(/.{1,9}/)[0] if vehicle.vin %><b><%=vehicle.vin.scan(/.{1,9}/)[1] if vehicle.vin%></b></div>
|
||||
<% if show_customer %>
|
||||
<br/>
|
||||
<%= vehicle.customer %>
|
||||
|
||||
Reference in New Issue
Block a user