File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 92
92
{%- set release_name = name ~ "-" ~ release.version -%}
93
93
94
94
< li class ="pure-menu-item ">
95
- {# If the release has been yanked and failed to build , display a warning #}
95
+ {# If the release is yanked but built , display an warning #}
96
96
{%- if release.yanked and release.build_status -%}
97
97
< a href ="{{ release_url }} " class ="pure-menu-link warn " title ="{{ release_name }} is yanked ">
98
98
< i class ="fa fa-fw fa-warning "> </ i > {{ release.version }}
99
99
</ a >
100
100
101
- {# If the release is yanked but built , display an warning #}
101
+ {# If the release has been yanked and failed to build , display a warning #}
102
102
{%- elif release.yanked and not release.build_status -%}
103
103
< a href ="{{ release_url }} " class ="pure-menu-link warn "
104
104
title ="{{ release_name }} is yanked and docs.rs failed to build it ">
You can’t perform that action at this time.
0 commit comments