X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fad433ed99dffb9fd003c5dfd5f7bad770b19206..a9b4a906124081439326fedc1a1e73fae9c2f40b:/apps/workbench/app/views/users/_manage_ssh_keys.html.erb 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 17b64b27f9..1ea8f0bf87 100644 --- a/apps/workbench/app/views/users/_manage_ssh_keys.html.erb +++ b/apps/workbench/app/views/users/_manage_ssh_keys.html.erb @@ -2,9 +2,9 @@ <% if !@my_ssh_keys.any? %>

You have not yet set up an SSH public key for use with Arvados.

<%= 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.

When you have an SSH key you would like to use, add it using the Add button.

<% else %> @@ -43,7 +43,7 @@ <% end %> - <%= link_to(authorized_key_path(id: key[:uuid]), method: 'delete', class: 'btn btn-sm', data: {confirm: "Really delete key?"}) do %> + <%= link_to(authorized_key_path(id: key[:uuid]), method: :delete, class: 'btn btn-sm', data: {confirm: "Really delete key?"}) do %> <% end %>