aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/container_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_web/templates/container_view.html')
-rw-r--r--python/fatcat_web/templates/container_view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/container_view.html b/python/fatcat_web/templates/container_view.html
index 785ad1ee..8b4ddeb9 100644
--- a/python/fatcat_web/templates/container_view.html
+++ b/python/fatcat_web/templates/container_view.html
@@ -86,7 +86,7 @@
{% else %}
<code>{{ type_row }}</code>
{% endif %}
- <td class="three wide right aligned">{{ container._stats.release_type[type_row] }}
+ <td class="three wide right aligned">{{ "{:,}".format(container._stats.release_type[type_row]) }}
{% endfor %}
</tbody>
</table>