decide.nolog.cz/app/templates/poll/evaluation.hbs
jelhan bb160cc503
refactor participants table (#164)
- Drops floatthead and additional scrollbar
- Makes header and first column sticky
- Refactors code for readability

Sticky header is only working in Firefox. Chrome and Edge does not support `position: sticky` for `<thead>`. Haven't tested Safari.
2019-04-20 23:29:59 +02:00

21 lines
462 B
Handlebars

{{#if isEvaluable}}
{{poll-evaluation-summary
momentLongDayFormat=momentLongDayFormat
poll=poll
timezone=timezone
}}
<h3>{{t "poll.evaluation.overview"}}</h3>
{{poll-evaluation-chart
momentLongDayFormat=momentLongDayFormat
poll=poll
timezone=timezone
}}
{{/if}}
<h3>{{t "poll.evaluation.participantTable"}}</h3>
{{poll-evaluation-participants-table
momentLongDayFormat=momentLongDayFormat
poll=poll
timezone=timezone
}}