[web] Remove old info

This commit is contained in:
orosmatthew 2023-09-08 13:09:58 -04:00
parent 7f1c1c2dfb
commit 6298b15ba6

View File

@ -33,18 +33,14 @@
<h1 style="text-align:center" class="mb-4"><i class="bi bi-envelope-paper"></i> Submissions</h1>
<div class="row">
<div class="col-8">
<p>Rows are color coded: Red - Incorrect, Green - Correct, Yellow - In Review</p>
</div>
<div class="col-4 text-end">
{#if updating}
<div class="spinner-border spinner-border-sm text-secondary" />
{/if}
<strong>Last Updated: </strong>{data.timestamp.toLocaleTimeString()}
</div>
<div class="d-flex flex-row justify-content-end gap-2 align-items-center">
{#if updating}
<div class="spinner-border spinner-border-sm text-secondary" />
{/if}
<strong>Last Updated: </strong>{data.timestamp.toLocaleTimeString()}
</div>
<div class="table-responsive">
<div class="mt-3 table-responsive">
<table class="table table-bordered table-hover">
<thead>
<tr>