3193: add public key as tooltip to the fingertip
authorradhika <radhika@curoverse.com>
Thu, 31 Jul 2014 20:34:31 +0000 (16:34 -0400)
committerradhika <radhika@curoverse.com>
Thu, 31 Jul 2014 20:34:31 +0000 (16:34 -0400)
apps/workbench/app/views/users/_manage_ssh_keys.html.erb

index a7d285a90134c07bb40d27eb1a5f573b45709274..1165ffa3e19b73c462e4a3638cab7758048174ab 100644 (file)
@@ -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] %>