X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5d834e3837b2afc830c79f75e121a524d93806c0..01463a6fad519def1d3558ddb9c518a605fc9cc2:/apps/workbench/app/views/users/_manage_account.html.erb diff --git a/apps/workbench/app/views/users/_manage_account.html.erb b/apps/workbench/app/views/users/_manage_account.html.erb index 362abedeff..5024fce6d7 100644 --- a/apps/workbench/app/views/users/_manage_account.html.erb +++ b/apps/workbench/app/views/users/_manage_account.html.erb @@ -1,8 +1,7 @@
<% ['Virtual Machines', - 'Repositories', - 'Current Token'].each do |section| %> + 'Repositories'].each do |section| %> <% section_id = section.gsub(" ","_").downcase %>
@@ -24,13 +23,13 @@
<% ['SSH Keys', - 'Setting up SSH access'].each do |section| %> + 'Current Token'].each do |section| %> <% section_id = section.gsub(" ","_").downcase %>
<% if section_id == 'ssh_keys' %>
- <%= link_to "Add new SSH key", add_ssh_key_popup_url, + <%= link_to raw('' " Add new SSH key"), add_ssh_key_popup_url, {class: 'btn btn-xs btn-primary', :remote => true, 'data-toggle' => "modal", 'data-target' => '#add-ssh-key-modal-window'} %>