You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/03/22 11:35:35 UTC

[whimsy] branch master updated: Show more info in a separate window

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

sebb 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 516962b  Show more info in a separate window
516962b is described below

commit 516962b1fb6b0995f50a6af8e26f0afaf4ef8e35
Author: Sebb <se...@apache.org>
AuthorDate: Fri Mar 22 11:35:31 2019 +0000

    Show more info in a separate window
---
 www/roster/views/person/pgpkeys.js.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/roster/views/person/pgpkeys.js.rb b/www/roster/views/person/pgpkeys.js.rb
index 453fbd7..b1ba5fa 100644
--- a/www/roster/views/person/pgpkeys.js.rb
+++ b/www/roster/views/person/pgpkeys.js.rb
@@ -14,8 +14,8 @@ class PersonPgpKeys < Vue
           _li do
             if key =~ /^[0-9a-fA-F ]+$/
               _samp do
-                _a key, href: 'https://sks-keyservers.net/pks/lookup?' +
-                  'op=index&search=0x' + key.gsub(' ', '')
+                _a key, target: '_blank', href: 'https://sks-keyservers.net/pks/lookup?' +
+                  'op=index&fingerprint=on&hash=on&search=0x' + key.gsub(' ', '')
               end
             else
               _samp key