Skip to content

Commit 0c06da3

Browse files
committed
Add link to package deps graph
1 parent 87da266 commit 0c06da3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

portingdb/templates/package.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ <h2>Dependencies</h2>
189189
<table class="table table-striped table-condensed table-hovered">
190190
{{ pkglist_table_content(dependencies, collections, show_nonblocking=1) }}
191191
</table>
192+
<p>See the dependencies in a <a href="{{ url_for('graph_pkg', pkg=pkg.name) }}">graph</a>.</p>
192193
{% else %}
193194
None.
194195
{% endif %}

0 commit comments

Comments
 (0)