Update crate_table.html

This commit is contained in:
Nic Patterson 2022-11-11 07:18:10 -08:00 committed by GitHub
parent 5dd2e23513
commit 864f612162
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@
{% for crate in purpose.recommendations %}
<p style="margin: 3px 6px;max-width: 600px">
<b><a target="_blank" href="{% if crate.link %}{{ crate.link }}{% else %}https://lib.rs/crate/{{ crate.name }}{% endif %}">{{ crate.name }}</a></b>{% if not crate.link %}
<b><a target="_blank" href="{% if crate.link %}{{ crate.link }}{% else %}https://lib.rs/crates/{{ crate.name }}{% endif %}">{{ crate.name }}</a></b>{% if not crate.link %}
<a target="_blank" style="margin-left: 3px;opacity: 0.7;color: #333;text-decoration: none" href="https://docs.rs/{{ crate.name }}"> [docs]</a>
{% endif %}
<br />