diff --git a/app/views/admin/activities/_activities.html.erb b/app/views/admin/activities/_activities.html.erb index ba2e065..63c2987 100644 --- a/app/views/admin/activities/_activities.html.erb +++ b/app/views/admin/activities/_activities.html.erb @@ -14,5 +14,6 @@ <%= activity.work_title %> <%= activity.authors_type %> + <%= activity.display_field("member_profile").html_safe rescue "" %> <% end %> \ No newline at end of file diff --git a/app/views/admin/activities/index.html.erb b/app/views/admin/activities/index.html.erb index 69367c4..1f26b7d 100644 --- a/app/views/admin/activities/index.html.erb +++ b/app/views/admin/activities/index.html.erb @@ -7,6 +7,7 @@ <%= thead('personal_activity.activity_name') %> <%= thead('personal_activity.work_title') %> <%= thead('personal_activity.authors_type') %> + <%= thead('personal_activity.member_profile') %>