From 281ed7e0606cc6572b93e1dae581e1535f333963 Mon Sep 17 00:00:00 2001 From: Andrew Pollock Date: Wed, 6 Nov 2024 09:21:43 +1000 Subject: [PATCH] fix(frontend): open FAQ in a new tab/window (#2823) This commit addresses post-merge feedback on #2821 and opens the link to the FAQ entry in a new window/tab --- gcp/appengine/frontend3/src/templates/vulnerability.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcp/appengine/frontend3/src/templates/vulnerability.html b/gcp/appengine/frontend3/src/templates/vulnerability.html index 93762f57d23..8895573f1eb 100644 --- a/gcp/appengine/frontend3/src/templates/vulnerability.html +++ b/gcp/appengine/frontend3/src/templates/vulnerability.html @@ -19,14 +19,14 @@

{% elif vulnerability.human_source_link -%} {% else -%} - + See a problem? {% endif -%}