<%= ts("Posted") %>: <%= @comment.created_at %> <% unless @comment.edited_at.blank? %>
<%= ts("Last edited") %>: <%= @comment.edited_at %> <% end %>

<% if @comment.ultimate_parent.is_a?(Tag) %> <%= render "comment_mailer/comment_notification_footer_for_tag" %> <% else %> <%= render "comment_mailer/comment_notification_footer_for_other" %> <% end %>