X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b76f2e97b6f2efbe5e524776a6b6a53bbad43448..545282711fe66e35cc486243e41b70cc82551e21:/apps/workbench/app/views/authorized_keys/index.html.erb diff --git a/apps/workbench/app/views/authorized_keys/index.html.erb b/apps/workbench/app/views/authorized_keys/index.html.erb index 4658af851e..433297780c 100644 --- a/apps/workbench/app/views/authorized_keys/index.html.erb +++ b/apps/workbench/app/views/authorized_keys/index.html.erb @@ -1,49 +1,10 @@ - - - - - - - +<%= render partial: 'application/index' %> - <% @objects.sort_by { |ak| ak[:created_at] }.reverse.each do |ak| %> +
- - - - - <% end %> - <% if @objects.count == 0 %> - - - - <% end %> - - -
- id - - owner - - name - - key_type - - public_key - - expires_at -
- <%= link_to_if_arvados_object ak %> - - <%= ak.owner %> - - <%= ak.name %> - - <%= ak.key_type %> - - <%= ak.public_key %> - - <%= ak.expires_at %> -
- (no authorized keys) -
+

+ See also: + <%= link_to raw('Arvados Docs → User Guide → SSH access'), + "#{Rails.configuration.arvados_docsite}/user/getting_started/ssh-access.html", + target: "_blank"%>. +