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
|
|
@ -68,7 +68,7 @@
|
|||
{survey.title}
|
||||
{#if survey.group}<span class="badge bg-secondary">{survey.group}</span>{/if}
|
||||
{#if $user && survey.kind === "w" && survey.startAvailability() < Date.now()}
|
||||
<SubmissionStatus work={survey} />
|
||||
<SubmissionStatus work={survey} user={$user} />
|
||||
{/if}
|
||||
<SurveyBadge {survey} class="float-end" />
|
||||
</td>
|
||||
|
|
|
|||
Reference in a new issue