You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ma...@apache.org on 2020/04/16 18:42:24 UTC

[whimsy] branch master updated: Fix WHIMSY-313 to open in main frame

This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new f8330bc  Fix WHIMSY-313 to open in main frame
f8330bc is described below

commit f8330bc795196b973a98ee128a78a0c0fad8bf2d
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Thu Apr 16 13:42:17 2020 -0500

    Fix WHIMSY-313 to open in main frame
---
 www/secretary/workbench/views/forms/icla.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/views/forms/icla.js.rb b/www/secretary/workbench/views/forms/icla.js.rb
index 5d6b2a2..217262b 100644
--- a/www/secretary/workbench/views/forms/icla.js.rb
+++ b/www/secretary/workbench/views/forms/icla.js.rb
@@ -72,7 +72,7 @@ class ICLA < Vue
         _tr do
           if @project
             _th do
-              _a 'Project', href: "https://lists.apache.org/list.html?private@#{@project}.apache.org"
+              _a 'Project', href: "https://lists.apache.org/list.html?private@#{@project}.apache.org", target: 'content'
             end
           else
             _th 'Project'