diff --git a/app/views/branded/org_admin/plans/index.html.erb b/app/views/branded/org_admin/plans/index.html.erb index 0fa1410..14f7557 100644 --- a/app/views/branded/org_admin/plans/index.html.erb +++ b/app/views/branded/org_admin/plans/index.html.erb @@ -14,6 +14,7 @@ + @@ -24,6 +25,7 @@ +
<%= _('Plan') %><%= _('Template') %> <%= _('Requestor') %> <%= _('Type') %> <%= _('Actions') %>
<%= link_to notice.name, plan_path(notice) %><%= notice.template.title %> <%= 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') %>