Fixed displaying of notes

This commit is contained in:
2026-01-20 21:40:17 -05:00
parent 72ec89292f
commit f741ce5dc9
4 changed files with 27 additions and 5 deletions

View File

@@ -29,7 +29,11 @@
<div class="vehicle_notes attribute">
<div class="label"><span><%=t(:field_notes)%></span>:</div>
<div class="value"><%=notes%></div>
<div class="value">
<pre id="note-display" style="text-align: left; white-space: pre-wrap; font-family: inherit; ">
<%=notes%>
</pre>
</div>
</div>
</div>
</div>