Update _details.html.erb

This commit is contained in:
2016-04-27 12:59:47 -04:00
parent 962e954d6e
commit 8e80277a15

View File

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