blob: 9a3bc729c2b37d6d43a7e5816a807cc4b7161473 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<%
# deprecated: replaced with theme templates
%><div class='post'>
<b><%= h(@item["name"]) %></b><br/>
<b>
by <%= h(@item["user_name"]) %>
on <%= h(@item["posted_at_text"]) %>
</b><br/><br/>
<%= @item["body"] %>
</div>
|