otwarchive-symphonyarchive/app/views/comment_mailer/_comment_notification_footer.text.erb
2026-03-11 22:22:11 +00:00

6 lines
No EOL
376 B
Text

<%= text_divider %>
Posted: <%= @comment.created_at %><% unless @comment.edited_at.blank? %>
Last edited: <%= @comment.edited_at %><% end %>
<% if @comment.ultimate_parent.is_a?(Tag) %>
<%= render 'comment_mailer/comment_notification_footer_for_tag', formats: [:text] %><% else %>
<%= render 'comment_mailer/comment_notification_footer_for_other', formats: [:text] %><% end %>