1 <%page args="update" />
2 <%namespace name="userlib" file="/users/lib.mako" />
4 <div class="frontpage-update">
7 <a href="${update.source.link}"><img src="${h.static_uri('spline', "icons/{0}.png".format(update.source.icon))}" alt=""> ${config['spline.site_title']} news</a>:
9 <div class="date">${update.post.posted_time}</div>
11 <a href="${url(controller='forum', action='posts', forum_id=update.post.thread.forum.id, thread_id=update.post.thread.id)}">
12 ${update.post.thread.subject}
17 <a href="${url(controller='users', action='profile', id=update.post.author.id, name=update.post.author.name)}">
18 ${userlib.avatar(update.post.author, size=48)}
21 <div class="content has-comments">${update.post.content}</div>
22 <div class="comments">
23 <a href="${url(controller='forum', action='posts', forum_id=update.post.thread.forum.id, thread_id=update.post.thread.id)}">
24 ${update.post.thread.post_count - 1} comment${'' if update.post.thread.post_count == 2 else 's'}