Use DIV and not A for vin element

This commit is contained in:
2026-02-20 19:46:55 -05:00
parent a89f9881a6
commit f163f6518b
4 changed files with 7 additions and 10 deletions

View File

@@ -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>