Skip to content

Commit

Permalink
fix(apis_entities): replace the update link icon with text
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
b1rger committed Nov 27, 2024
1 parent 624d74a commit deff7b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h5 class="card-title">Linked Open Data</h5>
<li>
{{ uri.uri | urlize }}
{% if object.get_change_permission in perms %}
<a href="{{ object.get_enrich_url }}?uri={{ uri.uri }}"><span class="material-symbols-outlined">network_intelligence_update</span></a>
| <a href="{{ object.get_enrich_url }}?uri={{ uri.uri }}" class="small">... use to update</a>
{% endif %}
</li>
{% endfor %}
Expand Down

0 comments on commit deff7b3

Please sign in to comment.