This commit is contained in:
parent
4ab99a55ad
commit
dd50a69767
@ -49,3 +49,5 @@
|
|||||||
<SurveyList bind:direct={direct} />
|
<SurveyList bind:direct={direct} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="mb-5"></div>
|
||||||
|
@ -62,5 +62,15 @@
|
|||||||
</div>
|
</div>
|
||||||
{:then questions}
|
{:then questions}
|
||||||
<SurveyQuestions {survey} {questions} />
|
<SurveyQuestions {survey} {questions} />
|
||||||
|
{:catch error}
|
||||||
|
<div class="row mt-5">
|
||||||
|
<div class="d-none d-sm-block col-sm">
|
||||||
|
<hr>
|
||||||
|
</div>
|
||||||
|
<h3 class="col-sm-auto text-center text-muted mb-3"><label for="askquestion">Ce questionnaire n'est pas accessible</label></h3>
|
||||||
|
<div class="d-none d-sm-block col-sm">
|
||||||
|
<hr>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
{/await}
|
{/await}
|
||||||
{/await}
|
{/await}
|
||||||
|
@ -6,3 +6,5 @@
|
|||||||
<div class="card bg-light">
|
<div class="card bg-light">
|
||||||
<SurveyList />
|
<SurveyList />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="mb-5"></div>
|
||||||
|
Reference in New Issue
Block a user