Merge branch 'release-0.3.6.2'
[Sone.git] / src / main / resources / templates / notify / newPostNotification.html
1 <div class="text">
2         <%= Notification.NewPost.Text|l10n|html>
3         <%foreach posts post>
4                 <a href="viewPost.html?post=<% post.id|html>"><% post.sone.niceName|html></a><%notlast>,<%/notlast><%last>.<%/last>
5         <%/foreach>
6 </div>