Merge branch '4158-fix-compute-node-detail' closes #4158
[arvados.git] / apps / workbench / app / views / users / _manage_ssh_keys.html.erb
index 34dbb591aefc859d78445b02d97d2669cd269bab..1ea8f0bf87f698a5199cd357163c7f07df973796 100644 (file)
@@ -2,9 +2,9 @@
   <% if !@my_ssh_keys.any? %>
      <p> You have not yet set up an SSH public key for use with Arvados. </p>
      <p>  <%= link_to "Click here",
-                 "#{Rails.configuration.arvados_docsite}/user/getting_started/ssh-access-unix.html",
-                 style: "font-weight: bold",
-                 target: "_blank" %>  to learn about SSH keys in Arvados.
+                  "#{Rails.configuration.arvados_docsite}/user/getting_started/ssh-access-unix.html",
+                  style: "font-weight: bold",
+                  target: "_blank" %>  to learn about SSH keys in Arvados.
      </p>
      <p> When you have an SSH key you would like to use, add it using the <b>Add</b> button. </p>
   <% else %>