<% @activities.each do |activity| %> <%= activity.year %> <%= activity.start_date.strftime('%Y/%m/%d') rescue "" %> <%= activity.end_date.strftime('%Y/%m/%d') rescue "" %> <%= link_to activity.activity_name, OrbitHelper.url_to_plugin_show(activity.to_param,'personal_activity').to_s, target: "blank" %>
<%= activity.work_title %> <%= activity.authors_type %> <%= activity.display_field("member_profile").html_safe rescue "" %> <% end %>