From 6210ed56e7bcb6bdbc5cd640001874cf0926f136 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Mon, 13 Jun 2022 10:20:39 -0600 Subject: Include query params for all `/_/` prefixed links Query params were not included when using the "/_/" prefix for farside links. This extracts the logic for parsing query params into a function that is then used for both /_/ and non-/_/ links. --- route.eex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'route.eex') diff --git a/route.eex b/route.eex index a06a265..55538c7 100644 --- a/route.eex +++ b/route.eex @@ -1,10 +1,10 @@ - Farside Redirect - <%= service %> + Farside Redirect - Redirecting to <%= service %> instance... + Redirecting to <%= instance_url %>... -- cgit v1.2.3