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