Skip to content

Commit 8975271

Browse files
Koenraad VerheydenJoshua Nelson
Koenraad Verheyden
authored and
Joshua Nelson
committed
crate_details: add tooltip to versions that failed to build
1 parent ccd10d6 commit 8975271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/crate_details.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
{{#if this.build_status}}
4848
<a href="/crate/{{../name}}/{{this.version}}" class="pure-menu-link">{{this.version}}</a>
4949
{{else}}
50-
<a href="/crate/{{../name}}/{{this.version}}" class="pure-menu-link warn"><i class="fa fa-fw fa-warning"></i> {{this.version}} (build failed)</a>
50+
<a href="/crate/{{../name}}/{{this.version}}" class="pure-menu-link warn" title="docs.rs failed to build {{../name}}-{{this.version}}"><i class="fa fa-fw fa-warning"></i> {{this.version}}</a>
5151
{{/if}}
5252
</li>
5353
{{/each}}

0 commit comments

Comments
 (0)