aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog/posts/_comment.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/blog/posts/_comment.html.erb')
-rw-r--r--app/views/blog/posts/_comment.html.erb10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/views/blog/posts/_comment.html.erb b/app/views/blog/posts/_comment.html.erb
deleted file mode 100644
index 5503826..0000000
--- a/app/views/blog/posts/_comment.html.erb
+++ /dev/null
@@ -1,10 +0,0 @@
-<article class='blog_comment_message' id='<%= "comment-#{comment.to_param}" %>'>
- <%= image_tag comment.avatar_url, :alt => comment.name, :class => 'avatar' %>
- <%= simple_format auto_link(comment.message.to_s) %>
- <footer class='blog_comment_author'>
- <p>
- <%= t('by', :scope => 'blog.posts.comments', :who => comment.name) %>,
- <%= t('time_ago', :scope => 'blog.posts.comments', :time => time_ago_in_words(comment.created_at)) %>
- </p>
- </footer>
-</article>