Add a new page to list repos and submissions
This commit is contained in:
parent
643e4d50bd
commit
6323d96b60
12 changed files with 167 additions and 33 deletions
|
|
@ -63,7 +63,7 @@
|
|||
{work.title}
|
||||
{#if work.group}<span class="badge bg-secondary">{work.group}</span>{/if}
|
||||
{#if work.startAvailability() < Date.now()}
|
||||
<SubmissionStatus {work} />
|
||||
<SubmissionStatus {work} user={$user} />
|
||||
{/if}
|
||||
<SurveyBadge survey={work} class="float-end" />
|
||||
</td>
|
||||
|
|
|
|||
Reference in a new issue