Fixed formating

This commit is contained in:
2018-10-04 20:59:46 -04:00
parent 05a0472939
commit 70995f6e55
2 changed files with 1 additions and 2 deletions

View File

@@ -35,7 +35,6 @@
<td/>
<td>
<%= button_to "New Issue", new_issue_path(:vehicle_id => vehicle.id, :customer_id => vehicle.customer.id), method: :get%>
<%= button_to "Edit", edit_vehicle_path(vehicle), method: :get%>
<%= button_to "Delete", vehicle, method: :delete, data: {confirm: "You sure?"} %>
</td>

View File

@@ -1,3 +1,3 @@
<h1>New Customer Vehicle</h1>
<h2>New Customer Vehicle</h2>
<br/>
<%= render :partial => 'vehicles/form' %>