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