3193: add public key as tooltip to the fingerprint
[arvados.git] / 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] %>