Revision f208a17be3b3b7921f476ac0fc2dc5dcb078635a authored by hatiers on 18 February 2025, 10:42:43 UTC, committed by hatiers on 18 February 2025, 10:42:43 UTC
1 parent 1c6750b
graph-entries.html.twig
{% extends "base.html.twig" %}
{% block title %}
{{ parent() }}
Graph
{% endblock %}
{% block body %}
<div id='cy' data-datas="{{datas}}"></div>
{% endblock %}
{% block javascripts %}
{{ parent() }}
<script src="{{ asset("build/js/cytoscape-entries.js") }}"></script>
{% endblock %}

Computing file changes ...