aboutsummaryrefslogtreecommitdiff
path: root/src/views/blog/list-item.ecr
blob: 23b868e0b586b2ddb6d36f8a62572397473630b0 (plain)
1
2
3
4
5
6
7
8
<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>