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 9794f01 commit 649e8dcCopy full SHA for 649e8dc
templates/rustdoc/topbar.html
@@ -62,10 +62,7 @@
62
{%- if krate.github_metadata -%}
63
<li class="pure-menu-item">
64
<a href="{{ krate.repository_url }}" class="pure-menu-link">
65
- {{ "github" | fab(fw=true) }}
66
- {{ "star" | fas(fw=true) }} {{ krate.github_metadata.stars }}
67
- {{ "code-branch" | fas(fw=true) }} {{ krate.github_metadata.forks }}
68
- {{ "exclamation-circle" | fas(fw=true) }} {{ krate.github_metadata.issues }}
+ {{ "code-branch" | fas(fw=true) }} Repository
69
</a>
70
</li>
71
0 commit comments