From d7e17c51907d658d2d4e2794044486ebe007126d Mon Sep 17 00:00:00 2001 From: radhika Date: Wed, 6 Aug 2014 21:23:40 -0400 Subject: [PATCH] 3296: add profile also in the notification email --- services/api/app/views/profile_notifier/profile_created.text.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/services/api/app/views/profile_notifier/profile_created.text.erb b/services/api/app/views/profile_notifier/profile_created.text.erb index d84b05aae8..73adf28d04 100644 --- a/services/api/app/views/profile_notifier/profile_created.text.erb +++ b/services/api/app/views/profile_notifier/profile_created.text.erb @@ -1 +1,2 @@ Profile created by user <%=@user.full_name%> <%=@user.email%> +User's profile: <%=@user.prefs['profile']%> -- 2.30.2