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 e66dbc2 commit 079c45eCopy full SHA for 079c45e
app/templates/crate/version.hbs
@@ -37,8 +37,13 @@
37
38
{{#if currentVersion.yanked}}
39
<div class='crate-info'>
40
- This crate has been yanked, but it is still available for download for
41
- other crates that may be depending on it.
+ <div>
+ <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.
45
+ </p>
46
+ </div>
47
</div>
48
{{else}}
49
0 commit comments