[ARVADOS] updated: d1d80a45ac9092c3da1aeda3b43e911569765041

git at public.curoverse.com git at public.curoverse.com
Thu Jul 31 16:51:29 EDT 2014


Summary of changes:
 apps/workbench/app/views/users/_manage_ssh_keys.html.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  d1d80a45ac9092c3da1aeda3b43e911569765041 (commit)
      from  e7832d6afbd8ac8122c4c9ff907c5234d05276a1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit d1d80a45ac9092c3da1aeda3b43e911569765041
Author: radhika <radhika at curoverse.com>
Date:   Thu Jul 31 16:34:31 2014 -0400

    3193: add public key as tooltip to the fingertip

diff --git a/apps/workbench/app/views/users/_manage_ssh_keys.html.erb b/apps/workbench/app/views/users/_manage_ssh_keys.html.erb
index a7d285a..1165ffa 100644
--- a/apps/workbench/app/views/users/_manage_ssh_keys.html.erb
+++ b/apps/workbench/app/views/users/_manage_ssh_keys.html.erb
@@ -30,7 +30,7 @@
             <td style="word-break:break-all;">
               <% if key[:public_key] && key[:public_key].size > 0 %>
                 <div>
-                  <%= SSHKey.fingerprint key[:public_key] %>
+                  <span title="<%=key[:public_key]%>"> <%= SSHKey.fingerprint key[:public_key] %> </span>
                 </div>
               <% else %>
                   <%= key[:public_key] %>

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list