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 84cd785 commit c001a06Copy full SHA for c001a06
template.html
@@ -80,6 +80,7 @@ <h3 class="text-center">{{tier_info.0}}</h3>
80
{{/each}}
81
</div>
82
83
+ {{#if additional.tiers.unknown_tier}}
84
<h2 class="text-center">Unknown tier targets</h2>
85
<div class="container">
86
<div class="row">
@@ -92,6 +93,7 @@ <h2 class="text-center">Unknown tier targets</h2>
92
93
94
95
96
+ {{/if}}
97
<div class="card-footer text-muted bg-transparent text-center">
98
<p>Generated at {{additional.datetime}}</p>
99
<p>Contributions are <a href="https://github.com/rust-lang/rustup-components-history">welcome</a>!
0 commit comments