From 9bbdb60f1e459c850283c852cfdcde0e593f2472 Mon Sep 17 00:00:00 2001 From: James Mead Date: Wed, 9 Aug 2023 14:40:36 +0100 Subject: [PATCH] Open the UR Recruitment Google Form in a new browser tab MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on this feedback from Joseph [1]: > When you click ‘Sign up’, it would be better if this opened a new tab > rather than replacing the current tab - this could be quite frustrating > for some users who’d then need to navigate back to Signon and might > actually cause people to close the form immediately. [1]: https://trello.com/c/yGMU3sR2/211#comment-64d0dc81295a6fd92483e962 --- app/views/root/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/root/index.html.erb b/app/views/root/index.html.erb index efeb971fd..4ef59d895 100644 --- a/app/views/root/index.html.erb +++ b/app/views/root/index.html.erb @@ -9,7 +9,7 @@

We're holding research sessions to make Publishing work better.

<%= form_tag user_research_recruitment_update_path, method: :put do %>
-