mirror of
https://github.com/rickbarrette/redmine_qbo_vehicles.git
synced 2026-02-13 09:34:00 -05:00
Lose the hash rocket, use symbols
This commit is contained in:
@@ -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} %>
|
||||
|
||||
Reference in New Issue
Block a user