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 079c45e commit b4d4bc5Copy full SHA for b4d4bc5
app/templates/crate/version.hbs
@@ -41,7 +41,8 @@
41
<p>This crate has been yanked, but it is still available for download for
42
other crates that may be depending on it.</p>
43
<p>You may wish to
44
- {{#link-to 'crate' crate}}view the newest version{{/link-to}} instead.
+ {{#link-to 'crate.versions' crate}}view all versions{{/link-to}} to find one that
45
+ has not been yanked.
46
</p>
47
</div>
48
app/templates/crate/versions.hbs
@@ -17,7 +17,7 @@
17
{{#link-to 'crate.version' version.num}}{{ version.num }}{{/link-to}}
18
19
<span class='small'>{{moment-format version.created_at 'LL'}}</span>
20
- {{#if yanked}}
+ {{#if version.yanked}}
21
<span class='yanked'>yanked</span>
22
{{/if}}
23
0 commit comments