This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/templates/widgets/occurrence/cell.hamlet
Gregor Kleen bc248d0fc2 fix(tutorials): improve creation interface
tutorial_room is no longer NOT NULL
2019-10-16 18:38:59 +02:00

17 lines
502 B
Plaintext

$newline never
$if not (null occurrencesScheduled)
<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 .list--iconless>
$forall exc <- occurrencesExceptions'
<li>^{exc}
$# $if null occurrencesScheduled && null occurrencesExceptions
$# _{MsgOccurrenceNever}