Skip to content
Snippets Groups Projects
Verified Commit 0578d18c authored by Georg Krause's avatar Georg Krause
Browse files

Fix statistics view

parent 58df0d45
No related branches found
No related tags found
No related merge requests found
......@@ -68,14 +68,15 @@
<template v-if="stats">
<div class="statistics-container ui doubling grid">
<div class="ui six wide column">
<div class="two column row">
<div class="column">
<span class="statistics-figure ui text">
<span class="ui big text"><strong>{{ stats.users.toLocaleString($store.state.ui.momentLocale) }}</strong></span>
<br />
<translate translate-context="Content/About/*" :translate-n="stats.users" translate-plural="active users">active user</translate>
</span>
</div>
<div class="ui six wide column">
<div class="column">
<span class="statistics-figure ui text">
<span class="ui big text"><strong>{{ parseInt(stats.hours).toLocaleString($store.state.ui.momentLocale) }}</strong></span>
<br />
......@@ -83,6 +84,7 @@
</span>
</div>
</div>
</div>
</template>
<router-link to="/about/pod" class="ui fluid basic secondary button">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment