Merge branch '8784-dir-listings'
[arvados.git] / services / api / app / views / user_notifier / account_is_setup.text.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <% if not @user.full_name.empty? -%>
6 <%= @user.full_name %>,
7 <% else -%>
8 Hi there,
9 <% end -%>
10
11 Your Arvados shell account has been set up. Please visit the virtual machines page <% if Rails.configuration.workbench_address %>at
12
13   <%= Rails.configuration.workbench_address %><%= "/" if !Rails.configuration.workbench_address.end_with?("/") %>users/<%= @user.uuid%>/virtual_machines <% else %><% end %>
14
15 for connection instructions.
16
17 Thanks,
18 The Arvados team.