4651: Fix exceptions. Accept 0 for false, 1 for true.
[arvados.git] / services / api / app / views / user_notifier / account_is_setup.text.erb
index ba360c0119a9879f870dd63a889bf11d56088267..5d8c9e7d25fa3c0b5896b5de92a7b004cdcd76a3 100644 (file)
@@ -5,9 +5,9 @@ Hi there,
 <% end -%>
 
 Your Arvados account has been set up. You can log in with your Google account
-associated with the e-mail address <%= @user.email %> at:
+associated with the e-mail address <%= @user.email %><% if Rails.configuration.workbench_address %> at:
 
-  <%= Rails.configuration.workbench_address %>
+  <%= Rails.configuration.workbench_address %><% else %>.<% end %>
 
 Thanks,
 The Arvados team.