diff --git a/app/views/paginable/plans/_index.html.erb b/app/views/paginable/plans/_index.html.erb index 805a2528ea..ec03630bd5 100644 --- a/app/views/paginable/plans/_index.html.erb +++ b/app/views/paginable/plans/_index.html.erb @@ -36,9 +36,7 @@ <% if has_dmp_id %> <% if plan.dmp_id.present? %> - - <%= id_for_display(id: plan.dmp_id, with_scheme_name: false).html_safe %> - + <%= dmp_id_for_display(dmp_id: plan.dmp_id, without_prefix: true).html_safe %> <% end %> <% end %> diff --git a/app/views/paginable/plans/_org_admin.html.erb b/app/views/paginable/plans/_org_admin.html.erb index d3ddcde257..b57554e4d7 100644 --- a/app/views/paginable/plans/_org_admin.html.erb +++ b/app/views/paginable/plans/_org_admin.html.erb @@ -50,9 +50,7 @@ <% if has_dmp_id %> <% if plan.dmp_id.present? %> - - <%= id_for_display(id: plan.dmp_id, with_scheme_name: false).html_safe %> - + <%= dmp_id_for_display(dmp_id: plan.dmp_id, without_prefix: false).html_safe %> <% end %> <% end %>