fradrive/templates/widgets/occurrence/cell.hamlet
2019-07-03 11:59:02 +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}