Able to make corrections
This commit is contained in:
parent
6f958bdab4
commit
d77e6e2eac
22 changed files with 1085 additions and 80 deletions
|
|
@ -36,7 +36,7 @@
|
|||
</th>
|
||||
</tr>
|
||||
{/if}
|
||||
<tr on:click={e => goto(`surveys/${survey.id}`)}>
|
||||
<tr on:click={e => goto($user.is_admin?`surveys/${survey.id}/responses`:`surveys/${survey.id}`)}>
|
||||
<td>
|
||||
{survey.title}
|
||||
<SurveyBadge {survey} class="float-end" />
|
||||
|
|
|
|||
Reference in a new issue