8784: Fix test for latest firefox.
[arvados.git] / services / api / app / views / user_notifier / account_is_setup.text.erb
1 <% if not @user.full_name.empty? -%>
2 <%= @user.full_name %>,
3 <% else -%>
4 Hi there,
5 <% end -%>
6
7 Your Arvados shell account has been set up. Please visit the virtual machines page <% if Rails.configuration.workbench_address %>at
8
9   <%= Rails.configuration.workbench_address %><%= "/" if !Rails.configuration.workbench_address.end_with?("/") %>users/<%= @user.uuid%>/virtual_machines <% else %><% end %>
10
11 for connection instructions.
12
13 Thanks,
14 The Arvados team.