Make web of trust comment configurable. (#24)
[Sone.git] / src / main / resources / templates / notify / newSoneNotification.html
1 <div class="short-text">
2         <%= Notification.NewSone.ShortText|l10n|html>
3         <a href="javascript:showNotificationDetails('<%notification.id|html>'); return false;"><%= Notification.ClickHereToRead|l10n|html></a>
4 </div>
5 <div class="text hidden">
6         <%= Notification.NewSone.Text|l10n|html>
7         <%foreach sones sone>
8                 <a href="viewSone.html?sone=<% sone.id|html>" title="<% sone.requestUri|html>"><% sone.niceName|html></a><%notlast>,<%/notlast><%last>.<%/last>
9         <%/foreach>
10 </div>