mirror of
https://github.com/rickbarrette/redmine_qbo_vehicles.git
synced 2026-04-03 23:41:57 -04:00
Use DIV and not A for vin element
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<tr>
|
||||
<th><%= t(:field_vin) %></th>
|
||||
<td>
|
||||
<a href="#" onclick="handleCopy(event)"><%= @vin[0] if @vin %><b><%=@vin[1] if @vin%></b></a>
|
||||
<div onclick="handleCopy(event)"><%= @vin[0] if @vin %><b><%=@vin[1] if @vin%></b></div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user