Change email's list view

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@53963 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
sofia.baltzi 2018-11-26 10:58:58 +00:00
parent 7e415f8a7d
commit b75c2271cb
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ export class CommunityEditFormComponent implements OnInit{
this.emailToInform.subject = "[OpenAIRE-Connect] " + communityName + ": Managers list notification";
this.emailToInform.body = "<div style='font-size:14px;'>"
+ "<p>There are updates in the managers list for \"" + communityName + "\" community.<br>"
+ "The list of managers is: " + this.community.managers + "</p>"
+ "The list of managers is: " + this.community.managers.join(', ') + "</p>"
+ "OpenAIRE team<br>" + "<a href='https://www.openaire.eu'>www.openaire.eu</a><br>"
+ "<p style='font-size:11px;'>You are receiving this e-mail as manager of the community "
+ "<a href='https://beta." + communityId + ".openaire.eu/'>" + communityName + "</a>. "