We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e936501 commit 184c888Copy full SHA for 184c888
warehouse/templates/legacy/api/simple/detail.html
@@ -19,7 +19,7 @@
19
<body>
20
<h1>Links for {{ project.name }}</h1>
21
{% for file in files -%}
22
- <a href="{{ request.route_url('packaging.file', path=file.path) }}#sha256={{ file.sha256_digest }}"{% if file.release.requires_python %} data-requires-python="{{ file.release.requires_python }}"{% endif %}>{{ file.filename }}</a><br>
+ <a href="{{ request.route_url('packaging.file', path=file.path) }}#sha256={{ file.sha256_digest }}"{% if file.release.requires_python %} data-requires-python="{{ file.release.requires_python }}"{% endif %}>{{ file.filename }}</a><br/>
23
{% endfor -%}
24
</body>
25
</html>
0 commit comments