Skip to content

Commit 649e8dc

Browse files
Simplify repository link display in the topbar
1 parent 9794f01 commit 649e8dc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

templates/rustdoc/topbar.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@
6262
{%- if krate.github_metadata -%}
6363
<li class="pure-menu-item">
6464
<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 }}
65+
{{ "code-branch" | fas(fw=true) }} Repository
6966
</a>
7067
</li>
7168

0 commit comments

Comments
 (0)