File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 37
37
38
38
{{ #if currentVersion.yanked }}
39
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.
40
+ <div >
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.versions' crate }} view all versions{{ /link-to }} to find one that
45
+ has not been yanked.
46
+ </p >
47
+ </div >
42
48
</div >
43
49
{{ else }}
44
50
<div class =' crate-info' >
Original file line number Diff line number Diff line change 17
17
{{ #link-to ' crate.version' version.num }} {{ version.num }} {{ /link-to }}
18
18
19
19
<span class =' small' >{{ moment-format version.created_at ' LL' }} </span >
20
- {{ #if yanked }}
20
+ {{ #if version. yanked}}
21
21
<span class =' yanked' >yanked</span >
22
22
{{ /if }}
23
23
</div >
You can’t perform that action at this time.
0 commit comments