From deff7b32ec25ce436d311f18d43fb1dfc1190400 Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Wed, 27 Nov 2024 08:37:11 +0100 Subject: [PATCH] fix(apis_entities): replace the update link icon with text We want to provide a link to allow updating/enriching the entity with data from external sources, but there is not really an icon that reflects that action. So we use a simple link instead of an icon. --- .../templates/apis_entities/partials/linked_open_data.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis_core/apis_entities/templates/apis_entities/partials/linked_open_data.html b/apis_core/apis_entities/templates/apis_entities/partials/linked_open_data.html index d79e64b16..1bce80aab 100644 --- a/apis_core/apis_entities/templates/apis_entities/partials/linked_open_data.html +++ b/apis_core/apis_entities/templates/apis_entities/partials/linked_open_data.html @@ -5,7 +5,7 @@
Linked Open Data
  • {{ uri.uri | urlize }} {% if object.get_change_permission in perms %} - network_intelligence_update + | ... use to update {% endif %}
  • {% endfor %}