diff --git a/app/views/trips/show.html.erb b/app/views/trips/show.html.erb index 1d068953..023ccf42 100644 --- a/app/views/trips/show.html.erb +++ b/app/views/trips/show.html.erb @@ -15,7 +15,7 @@ <%= human_date(@trip.started_at) %> - <%= human_date(@trip.ended_at) %>

- <%= render "trips/countries", trip: @trip, current_user: current_user %> + <%= render "trips/countries", trip: @trip, current_user: current_user, distance_unit: current_user.safe_settings.distance_unit %>