X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0cc93f8d08a343e61575eace0e76e1a243412504..b870e7c0be3457257ea445fe54a1893e874530e1:/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..34dbb591ae 100644 --- a/apps/workbench/app/views/users/_manage_ssh_keys.html.erb +++ b/apps/workbench/app/views/users/_manage_ssh_keys.html.erb @@ -2,7 +2,7 @@ <% 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", + "#{Rails.configuration.arvados_docsite}/user/getting_started/ssh-access-unix.html", style: "font-weight: bold", target: "_blank" %> to learn about SSH keys in Arvados.

@@ -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 %>