Add “you have been mentioned” notification.
[Sone.git] / src / main / resources / templates / notify / mentionNotification.html
1 <div class="short-text hidden">
2         <%= Notification.Mention.ShortText|l10n|html>
3         <a class="link" onclick="showNotificationDetails('<%notification.id|html>'); return false;"><%= Notification.ClickHereToRead|l10n|html></a>
4 </div>
5 <div class="text">
6         <%= Notification.Mention.Text|l10n|html>
7         <%foreach posts post>
8                 <div class="hidden post-id"><%post.id|html></div>
9                 <a class="link-<% post.id|html>" href="viewPost.html?post=<% post.id|html>"><% post.sone.niceName|html></a><%notlast>,<%/notlast><%last>.<%/last>
10         <%/foreach>
11 </div>