aboutsummaryrefslogtreecommitdiff
path: root/src/views/blog/list-item.ecr
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-07-16 01:59:36 -0400
committerPaul Duncan <pabs@pablotron.org>2016-07-16 01:59:36 -0400
commit433dbf9f3f10d1fabf7598e87475aad0f0b0da91 (patch)
tree4f213275d003fe1c7804c4795229fa5618dddac9 /src/views/blog/list-item.ecr
parentb022b433339575ff9c4bc58637f6b2c551f5fec6 (diff)
downloadguff-433dbf9f3f10d1fabf7598e87475aad0f0b0da91.tar.bz2
guff-433dbf9f3f10d1fabf7598e87475aad0f0b0da91.zip
show blog contents
Diffstat (limited to 'src/views/blog/list-item.ecr')
-rw-r--r--src/views/blog/list-item.ecr7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/views/blog/list-item.ecr b/src/views/blog/list-item.ecr
index 13131e0..23b868e 100644
--- a/src/views/blog/list-item.ecr
+++ b/src/views/blog/list-item.ecr
@@ -1,3 +1,8 @@
<div class='post'>
- id: <%= @post_id %>
+ <b><%= h(@item["name"]) %></b><br/>
+ <b>
+ by <%= h(@item["user_name"]) %>
+ on <%= h(@item["posted_at_text"]) %>
+ </b><br/><br/>
+ <%= @item["body"] %>
</div>