From b491cfbd5ab1b9234f8b548bebdf029281b7f9ce Mon Sep 17 00:00:00 2001 From: Josh Williams Date: Thu, 17 Aug 2023 09:58:30 +0000 Subject: [PATCH] Fixed link to original source records --- app/views/entities/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/entities/show.html.haml b/app/views/entities/show.html.haml index beedb5e7..8d541856 100644 --- a/app/views/entities/show.html.haml +++ b/app/views/entities/show.html.haml @@ -133,7 +133,7 @@ %li %p= @data_source_names.to_sentence %li - = link_to(t('entities.provenance.detail'), raw_entity_path(@sentity.id)) + = link_to(t('entities.provenance.detail.other'), raw_entity_path(@sentity.id)) - if @oc_data[:restricted_for_marketing]