diff --git a/app/views/vehicles/_details.html.erb b/app/views/vehicles/_details.html.erb
index e16965f..4c5a64b 100644
--- a/app/views/vehicles/_details.html.erb
+++ b/app/views/vehicles/_details.html.erb
@@ -36,8 +36,10 @@
- <%= button_to "Edit", edit_vehicle_path(@vehicle), method: :get%>
- <%= button_to "Delete", @vehicle, method: :delete, data: {confirm: "You sure?"} %>
+ |
+ <%= button_to "Edit", edit_vehicle_path(@vehicle), method: :get%>
+ <%= button_to "Delete", @vehicle, method: :delete, data: {confirm: "You sure?"} %>
+ |