Lose the hash rocket, use symbols

This commit is contained in:
2026-01-29 22:52:17 -05:00
parent fa72b1c837
commit e0a23bac20
13 changed files with 27 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
<h2><%=t(:label_cusomer_vehicles)%> <span style="float:right"> <%= render :partial => 'vehicles/search' %> </span> </h2>
<h2><%=t(:label_cusomer_vehicles)%> <span style="float:right"> <%= render partial: 'vehicles/search' %> </span> </h2>
<br/>
<%= render :partial => 'vehicles/list', locals: {vehicles: @vehicles} %>
<%= render partial: 'vehicles/list', locals: {vehicles: @vehicles} %>