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.
versions.length
num_versions
1 parent 0be7a79 commit c12e528Copy full SHA for c12e528
app/templates/crate/version.hbs
@@ -74,7 +74,7 @@
74
<div local-class='stat'>
75
<span local-class="num">
76
{{svg-jar "crate"}}
77
- <span local-class="num__align">{{ this.crate.versions.length }}</span>
+ <span local-class="num__align">{{ this.crate.num_versions }}</span>
78
</span>
79
<span local-class="stat-description">Versions published</span>
80
</div>
0 commit comments