Display in which revision this revision is an input

This commit is contained in:
2025-02-01 20:43:17 +01:00
parent aa2ac96288
commit 185e0964b7
4 changed files with 33 additions and 0 deletions

View File

@@ -29,5 +29,13 @@
</li>
{% endfor %}
</ul>
<h2>Input of</h2>
<ul>
{% for input in input_of %}
<li><a href="{{ input.flake_revision_link() }}">{{ input.flake_revision_uri }}</a></li>
{% endfor %}
</ul>
{% endblock %}