<% @other_papers.each do |other_paper| %> <%= link_to other_paper.title, page_for_other_paper(other_paper), target: "blank" %>
<%= other_paper.issue_date.strftime('%Y/%m') rescue "" %> <%= other_paper.newsletter %> <%= other_paper.display_field("member_profile").html_safe rescue "" %> <% end %>