This website works better with JavaScript.
Home
Explore
Help
Sign In
dave
/
docker-artifact
Watch
1
Star
0
Fork
0
Code
Issues
4
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
sha256
master
dave
1 year ago
parent
70d6d0d458
commit
18ed164ecb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/pypi/dist.html
+ 1
- 1
templates/pypi/dist.html
View File
@@ -10,7 +10,7 @@
</head>
<body>
{%- for pkg in pkgs %}
<a href="/repo/pypi/{{ repo.name }}/{{ distname }}/{{ pkg.fname }}">{{ pkg.fname }}</a>
<a href="/repo/pypi/{{ repo.name }}/{{ distname }}/{{ pkg.fname }}
#sha256={{ pkg.sha256 }}
">{{ pkg.fname }}</a>
{%- endfor %}
</body>
</html>
Write
Preview
Loading…
Cancel
Save