Skip to content

Commit 81069b6

Browse files
KixironJoshua Nelson
and
Joshua Nelson
committed
Update templates/macros.html
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
1 parent fb14e86 commit 81069b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/macros.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@
9292
{%- set release_name = name ~ "-" ~ release.version -%}
9393

9494
<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 #}
9696
{%- if release.yanked and release.build_status -%}
9797
<a href="{{ release_url }}" class="pure-menu-link warn" title="{{ release_name }} is yanked">
9898
<i class="fa fa-fw fa-warning"></i> {{ release.version }}
9999
</a>
100100

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 #}
102102
{%- elif release.yanked and not release.build_status -%}
103103
<a href="{{ release_url }}" class="pure-menu-link warn"
104104
title="{{ release_name }} is yanked and docs.rs failed to build it">

0 commit comments

Comments
 (0)