diff --git a/app/views/trips/_sharing.html.erb b/app/views/trips/_sharing.html.erb index 69437e5a..da6f0ccc 100644 --- a/app/views/trips/_sharing.html.erb +++ b/app/views/trips/_sharing.html.erb @@ -1,6 +1,10 @@ -
+
<%= human_date(@trip.started_at) %> - <%= human_date(@trip.ended_at) %>
+ + <%= render "trips/countries", trip: @trip, current_user: current_user, distance_unit: current_user.safe_settings.distance_unit %>