Protect the one place in the api server code where we assume the
[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 %> at:
9
10   <%= @wb_address %>
11
12 Thanks,
13 The Arvados team.