10 lines
220 B
Plaintext
10 lines
220 B
Plaintext
<%
|
|
|
|
for (var i = 0; i < list.length; i++) {
|
|
var hero = list[i]
|
|
hero.created = moment(hero.created).fromNow()
|
|
%><%-include(infos.basePath + "/widgets/item-notice", { infos: infos, hero: hero }) %><%
|
|
}
|
|
|
|
%>
|