<% if decorated_comment.edited_at.present? %> <%= t("views.comments.edited.text_html", on: tag.span(t("views.comments.edited.on_html", date: tag.time(decorated_comment.edited_at.strftime(t("time.formats.short")), datetime: decorated_comment.edited_timestamp), class: %w[hidden m:inline-block])) ) %> <% end %>