🎨 Formatted code
This commit is contained in:
@@ -49,7 +49,10 @@
|
|||||||
<h1 class="sm:text-6xl text-4xl">{$t('words.stats')}</h1>
|
<h1 class="sm:text-6xl text-4xl">{$t('words.stats')}</h1>
|
||||||
<p class="text-xl pt-4">
|
<p class="text-xl pt-4">
|
||||||
{#await getStats() then stats}
|
{#await getStats() then stats}
|
||||||
{$t('index_page.stats', { user_count: stats.user_count, quiz_count: stats.quiz_count })}
|
{$t('index_page.stats', {
|
||||||
|
user_count: stats.user_count,
|
||||||
|
quiz_count: stats.quiz_count
|
||||||
|
})}
|
||||||
{/await}
|
{/await}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -240,8 +240,8 @@
|
|||||||
{:else}
|
{:else}
|
||||||
<p>
|
<p>
|
||||||
<!-- TODO: Add translation -->
|
<!-- TODO: Add translation -->
|
||||||
Looks like you don't have any quizzes. Wanna change that? Click the
|
Looks like you don't have any quizzes. Wanna change that? Click the "Create"-button,
|
||||||
"Create"-button, or import a quiz from KAHOOT!
|
or import a quiz from KAHOOT!
|
||||||
</p>
|
</p>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user