mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Merge pull request #2810 from gradido/fix-click-answer-question
fix(frontend): admin question clickable
This commit is contained in:
commit
c7e7595f18
@ -25,7 +25,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="mt-3 font-weight-bold">{{ $t('contributionText') }}</div>
|
<div class="mt-3 font-weight-bold">{{ $t('contributionText') }}</div>
|
||||||
<div class="mb-3 text-break word-break">{{ memo }}</div>
|
<div class="mb-3 text-break word-break">{{ memo }}</div>
|
||||||
<div v-if="state === 'IN_PROGRESS' && !allContribution" class="text-205">
|
<div
|
||||||
|
v-if="state === 'IN_PROGRESS'"
|
||||||
|
class="text-205 pointer hover-font-bold"
|
||||||
|
@click="visible = !visible"
|
||||||
|
>
|
||||||
{{ $t('contribution.alert.answerQuestion') }}
|
{{ $t('contribution.alert.answerQuestion') }}
|
||||||
</div>
|
</div>
|
||||||
</b-col>
|
</b-col>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user