This commit is contained in:
parent
8d8ca15252
commit
b7ff41bcad
@ -63,7 +63,7 @@
|
|||||||
<td><a href="users/{user.login}" style="text-decoration: none">{user.login}</a></td>
|
<td><a href="users/{user.login}" style="text-decoration: none">{user.login}</a></td>
|
||||||
{#each surveys as survey (survey.id)}
|
{#each surveys as survey (survey.id)}
|
||||||
{#if survey.corrected && (promo === null || survey.promo == promo)}
|
{#if survey.corrected && (promo === null || survey.promo == promo)}
|
||||||
<td>{grades[user.id][survey.id]?grades[user.id][survey.id]:"N/A"}</td>
|
<td>{grades[user.id] && grades[user.id][survey.id]?grades[user.id][survey.id]:"N/A"}</td>
|
||||||
{/if}
|
{/if}
|
||||||
{/each}
|
{/each}
|
||||||
</tr>
|
</tr>
|
||||||
|
Reference in New Issue
Block a user