We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87da266 commit 0c06da3Copy full SHA for 0c06da3
1 file changed
portingdb/templates/package.html
@@ -189,6 +189,7 @@ <h2>Dependencies</h2>
189
<table class="table table-striped table-condensed table-hovered">
190
{{ pkglist_table_content(dependencies, collections, show_nonblocking=1) }}
191
</table>
192
+ <p>See the dependencies in a <a href="{{ url_for('graph_pkg', pkg=pkg.name) }}">graph</a>.</p>
193
{% else %}
194
None.
195
{% endif %}
0 commit comments