Merge branch 'master' into 3699-arv-copy
[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.