diff --git a/app/views/vehicles/_details.html.erb b/app/views/vehicles/_details.html.erb
index fca52ec..5a6f2a6 100644
--- a/app/views/vehicles/_details.html.erb
+++ b/app/views/vehicles/_details.html.erb
@@ -17,17 +17,17 @@
| Style |
- <%= @vehicle.details['years'][0]['styles'][0]['name'] if @vehicle.details %> |
+ <%= @vehicle.style %> |
| Drive |
- <%= @vehicle.details['drivenWheels'] if @vehicle.details %> |
+ <%= @vehicle.drive %> |
| Doors |
- <%= @vehicle.details['numOfDoors'] if @vehicle.details %> |
+ <%= @vehicle.doors %> |