Created
November 29, 2012 18:09
-
-
Save shinecita/4170844 to your computer and use it in GitHub Desktop.
weekly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p>Hi there #{user.name}!<p> | |
<p>This week in the socialsca.pe we welcomed #{newUsers.length} new members.</p> | |
<p>Below you'll see a short list of those we think you might be most interested in.</p> | |
<p>To keep improving these recommendations, try updating your profile and </p> | |
<a href="#{url+ '/invite'}">add more friends and colleagues </a>to the <a href="#{url}">socialsca.pe.</a> | |
if invited && invited.length > 0 | |
#{invited.length} member(s) that you invited have now joined | |
</p> | |
<h1>New members you might be interested in: </h1> | |
<ul> | |
for newUser in newUsers | |
<li><a href="#{url + '/u/' + newUser._id}">#{newUser.name || newUser.email} </a></li> | |
</ul> | |
<p>Have questions? Feedback? Simply reply to this email. </p> | |
<p>Have a great week!</p> | |
<p>The socialsca.pe team.</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment