Update _details.html.erb

This commit is contained in:
2016-04-27 13:01:45 -04:00
parent f7d809e90a
commit 0160a58c86

View File

@@ -36,10 +36,9 @@
</tr>
<tr>
<td/>
<td>
<%= button_to "Edit", edit_vehicle_path(@vehicle), method: :get%>
</td>
<td>
<%= button_to "Delete", @vehicle, method: :delete, data: {confirm: "You sure?"} %>
</td>
</tr>