]> git.arvados.org - arvados.git/blob - services/api/app/views/user_notifier/account_is_setup.text.erb
3609: Fix schema so 'order' parameter of 'list' is an array instead of a string.
[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 account has been set up. You can log in with your Google account
8 associated with the e-mail address <%= @user.email %><% if Rails.configuration.workbench_address %> at:
9
10   <%= Rails.configuration.workbench_address %><% else %>.<% end %>
11
12 Thanks,
13 The Arvados team.