<%= t('.age') %>: <%= time_ago_in_words(@blog_comment.created_at) %>
<%= t('.blog_post') %> | <%= link_to @blog_comment.post.title, blog_post_url(@blog_comment.post, :anchor => "comment-#{@blog_comment.to_param}"), :target => '_blank' %> |
<%= t('.from') %> | <%= @blog_comment.name %> [<%= mail_to @blog_comment.email, @blog_comment.email, {:title => t('.click_to_email')} %>] |
<%= t('.date') %> | <%= l(Date.parse(@blog_comment.created_at.to_s), :format => :long) %> |
<%= t('.message') %> |
<%= @blog_comment.message.gsub("\r\n\r\n", "\r\n").gsub("\r\n", " ") %> |