21059: Fix "Arvado" typo. Use URI::join.
[arvados.git] / services / api / app / views / admin_notifier / new_inactive_user.text.erb
index 8a002fe172a839d5dde2f12a1a7ee536a414ac3c..22298b1ce7807561d3bacc54b05d8c71167c28aa 100644 (file)
@@ -6,12 +6,12 @@ A new user has been created, but not set up.
 
   <%= @user.full_name %> <<%= @user.email %>> (<%= @user.username %>)
 
-They will not be able to use Arvado unless set up by an admin.
+They will not be able to use Arvados unless set up by an admin.
 
 <% if Rails.configuration.Services.Workbench1.ExternalURL -%>
 Please see Workbench for more information:
 
-  <%= Rails.configuration.Services.Workbench1.ExternalURL %>user/<%=@user.uuid%>
+  <%= URI::join(Rails.configuration.Services.Workbench1.ExternalURL, "user/#{@user.uuid}") %>
 
 <% end -%>
 Thanks,