projects
/
Sone.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Display images in image browser.
[Sone.git]
/
src
/
main
/
resources
/
templates
/
notify
/
lockedSonesNotification.html
1
<div class="text">
2
<%= Notification.LockedSones.Text|l10n|html>
3
<%foreach sones sone>
4
<a href="viewSone.html?sone=<% sone.id|html>" title="<% sone.requestUri|html>"><% sone.niceName|html></a><%notlast>,<%/notlast><%last>.<%/last>
5
<%/foreach>
6
</div>