Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c40def6

Browse files
committedNov 27, 2021
Fix builds
1 parent a6ac91c commit c40def6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎templates/crate/builds.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<ul>
3030
{%- for build in builds -%}
3131
<li>
32-
<a href="/crate/{{ metadata.name }}/{{ metadata.version_or_latest }}/builds/{{ build.id }}" class="release">
32+
<a href="/crate/{{ metadata.name }}/{{ metadata.version }}/builds/{{ build.id }}" class="release">
3333
<div class="pure-g">
3434
<div class="pure-u-1 pure-u-sm-1-24 build">
3535
{%- if build.build_status -%}

0 commit comments

Comments
 (0)
Please sign in to comment.