aboutsummaryrefslogtreecommitdiff
path: root/src/views/blog/list-item.ecr
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/blog/list-item.ecr')
-rw-r--r--src/views/blog/list-item.ecr10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/views/blog/list-item.ecr b/src/views/blog/list-item.ecr
deleted file mode 100644
index 9a3bc72..0000000
--- a/src/views/blog/list-item.ecr
+++ /dev/null
@@ -1,10 +0,0 @@
-<%
- # 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>