diff --git a/app/views/org_admin/plans/index.html.erb b/app/views/org_admin/plans/index.html.erb index 4c61a59..d686655 100644 --- a/app/views/org_admin/plans/index.html.erb +++ b/app/views/org_admin/plans/index.html.erb @@ -24,7 +24,7 @@ <%= link_to notice.name, plan_path(notice) %> - <%= notice.owner.name(false) %> + <%= notice.owner&.name(false) %> <%= _('Feedback requested') %> <%= link_to _('Complete'), feedback_complete_org_admin_plan_path(notice), 'data-toggle': 'tooltip', title: _('Notify the plan owner that I have finished providing feedback') %>