fradrive/templates/widgets/occurrence/cell.hamlet
Steffen Jost 96387cbed5 fix(many occurrences throughout the project): Fix typo: occurence -> occurrence everywhere
A typo between occurence in code and occurrence in tests prevented
deployment. I changed all occurrences of "occurence" to the correct
spelling, such that
2019-06-27 08:55:32 +02:00

13 lines
353 B
Plaintext

$newline never
<ul .list--inline .list--iconless .list--comma-separated>
$forall sched <- occurrencesScheduled'
<li>^{sched}
$if not (null occurrencesExceptions)
$# <div .tooltip>
$# <div .tooltip__handle .tooltip__handle--danger>
$# <div .tooltip__content>
<ul>
$forall exc <- occurrencesExceptions'
<li>^{exc}