You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/crate_details.hbs
+3
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,9 @@
63
63
{{else}}
64
64
{{#unlessbuild_status}}
65
65
<divclass="warning">docs.rs failed to build {{name}}-{{version}}<br>Please check the <ahref="/crate/{{name}}/{{version}}/builds">build logs</a> and, if you believe this is docs.rs' fault, <ahref="https://github.com/rust-lang/docs.rs/issues/new/choose">open an issue</a>.</div>
66
+
{{#iflast_successful_build}}
67
+
<divclass="info">Visit the last successful build: <ahref="/crate/{{name}}/{{last_successful_build}}">{{name}}-{{last_successful_build}}</a></div>
68
+
{{/if}}
66
69
{{else}}
67
70
{{#unlessrustdoc_status}}
68
71
<divclass="warning">{{name}}-{{version}} doesn't have any documentation.</div>
0 commit comments