Skip to content

Commit

Permalink
adds links to from entity-detail view to relations and network (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
csae8092 authored Nov 26, 2024
1 parent da7ec6d commit 721e88d
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,11 @@ <h2>
</div>
<div class="col-md-1"></div>
<div class="col-md-7">
<h3 class="text-center mt-5">Beziehungen</h3>
<h3 class="text-center mt-5">
Beziehungen
<a href="{% url 'network:edges_browse' %}?node_id={{ object.id }}" title="Alle Relationen von {{ object }}"><i class="ps-2 bi bi-box-arrow-up-right" aria-hidden="true"><span class="visually-hidden">Alle Relationen von {{ object }}</span></i></a>
<a href="{% url 'dumper:network' %}?node_id={{ object.id }}&format=cosmograph" title="Alle Relationen von {{ object }} als Netzwerk"><i class="ps-2 bi bi-share" aria-hidden="true"><span class="visually-hidden">Alle Relationen von {{ object }} als Netzwerk</span></i></a>
</h3>
{% block relations %}
{% for obj in right_card %}
{% if obj.1.data|length > 0 %}
Expand Down

0 comments on commit 721e88d

Please sign in to comment.