<%= 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" %>
- <%= link_to t('edit'), edit_admin_activity_path(activity,:page => params[:page]) %>
- <%= link_to t(:delete_), admin_activity_path(id: activity.id, :page => params[:page]), method: :delete, data: { confirm: 'Are you sure?' } %>
|
<%= activity.work_title %> |
<%= activity.authors_type %> |
<%= activity.display_field("member_profile").html_safe rescue "" %> |
<% end %>