Skip to content

Commit 22abd87

Browse files
committed
Add hint that file names are clickable
1 parent 423c3af commit 22abd87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pypi_browser/templates/package_file.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ <h4>Package Metadata</h4>
4747
{% endif %}
4848

4949
<h4>Package Files</h4>
50+
<p class="small">Click a file name below to view its contents.</p>
5051
<div class="card bg-light mb-3">
5152
<div class="list-group list-group-flush">
5253
{% for entry in entries|sort(attribute="path") %}

0 commit comments

Comments
 (0)