fradrive/templates/widgets/occurence/cell.hamlet
Gregor Kleen 64c45c515e Tutorials
2019-04-29 00:20:34 +02:00

13 lines
350 B
Plaintext

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