diff --git a/app/views/trips/_sharing.html.erb b/app/views/trips/_sharing.html.erb index 77c555bc..7766125c 100644 --- a/app/views/trips/_sharing.html.erb +++ b/app/views/trips/_sharing.html.erb @@ -62,6 +62,16 @@ + +
+ <%= link_to shared_trip_path(trip.sharing_uuid), target: '_blank', class: 'btn btn-outline btn-primary gap-2' do %> + + + + View Public Page + <% end %> +
+