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 65b3970 commit ac27fadCopy full SHA for ac27fad
cubedash/templates/product.html
@@ -29,7 +29,7 @@ <h2 class="followed">{{ product.name }}</h2>
29
</a><br/>
30
<i class="fa fa-list" aria-hidden="true"></i>
31
<a href="{{ url_for('search_page', product_name=product.name) }}">
32
- {{ product_summary.dataset_count or '0' }} datasets
+ {{ '{:,d}'.format(product_summary.dataset_count) if product_summary.dataset_count else '0' }} datasets
33
</a>
34
</p>
35
</div>
0 commit comments