diff options
Diffstat (limited to 'src/views/blog/list-item.ecr')
-rw-r--r-- | src/views/blog/list-item.ecr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/views/blog/list-item.ecr b/src/views/blog/list-item.ecr new file mode 100644 index 0000000..13131e0 --- /dev/null +++ b/src/views/blog/list-item.ecr @@ -0,0 +1,3 @@ +<div class='post'> + id: <%= @post_id %> +</div> |