From c00a1d74f95e559d4f33a0cf57d63b57ed82f615 Mon Sep 17 00:00:00 2001 From: Tom Thorpe Date: Sat, 29 Feb 2020 17:46:41 +0000 Subject: [PATCH] Allow group links on challenge details to be opened in a new tab (#11889) * - Use `router-link` in `groupLink` to make links that can be followed in a new tab * - Add back the missing `if` statement that was removed in error --- website/client/src/components/groupLink.vue | 33 ++++++++++++++------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/website/client/src/components/groupLink.vue b/website/client/src/components/groupLink.vue index 97f3bdb8d9..96f419d56b 100644 --- a/website/client/src/components/groupLink.vue +++ b/website/client/src/components/groupLink.vue @@ -1,10 +1,10 @@