diff --git a/app/views/posts/_list.html.erb b/app/views/posts/_list.html.erb index e371e42f5d02558422fe8efe0991eb1bdf10b203..84c10629287ab22f4ad9f233c7a49cf9309b3ab5 100644 --- a/app/views/posts/_list.html.erb +++ b/app/views/posts/_list.html.erb @@ -49,7 +49,7 @@ class: "badge is-tag #{required} #{topic} #{moderator}" %> <% end %> <% end %> - <% if post.att_source.present? %> + <% if post.att_source.present? || post.created_at < RequestContext.community.created_at %> <%= link_to post.att_source, class: 'badge is-tag' do %> <i class="fab fa-stack-exchange" title="Imported <%= post.created_at.iso8601 %>" aria-label="Imported <%= post.created_at.iso8601 %>"></i>