diff --git a/src/app/features/consultation/consultation.component.ts b/src/app/features/consultation/consultation.component.ts index e1abcff1..547fb367 100644 --- a/src/app/features/consultation/consultation.component.ts +++ b/src/app/features/consultation/consultation.component.ts @@ -15,7 +15,7 @@ import { ToastService } from '../../core/services/toast.service'; styleUrls: ['./consultation.component.scss'], }) export class ConsultationComponent implements OnInit, OnDestroy { - public isCompactMode = true; + public isCompactMode = false; public poll: Poll; public pollSlug: string; public pass_hash: string; diff --git a/src/app/features/consultation/poll-results-detailed/poll-results-detailed.component.html b/src/app/features/consultation/poll-results-detailed/poll-results-detailed.component.html index f8ba850b..3c1ce0e3 100644 --- a/src/app/features/consultation/poll-results-detailed/poll-results-detailed.component.html +++ b/src/app/features/consultation/poll-results-detailed/poll-results-detailed.component.html @@ -6,7 +6,10 @@ - {{ choice.name }} + + {{ choice.id }} + {{ choice.name }} + {{ make_date(choice.name) | date: 'fullDate':'Europe/Paris':'fr_FR' }} @@ -26,8 +29,11 @@ Favori - - + + @@ -47,13 +53,10 @@ le {{ stack.created_at | date: 'short':'Europe/Paris':'fr_FR' }} - - - - {{ getValue(stack, item.id) }} + + + {{ vote.choice_id }}) + {{ vote.value }}