otwarchive-sunsetarchive/app/views/comment_mailer/_comment_notification_footer.html.erb
2026-03-17 01:16:49 -04:00

12 lines
381 B
Text
Executable file

<p>
<%= ts("Posted") %>: <%= @comment.created_at %>
<% unless @comment.edited_at.blank? %>
<br /><%= ts("Last edited") %>: <%= @comment.edited_at %>
<% end %>
</p>
<% 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 %>