diff --git a/src/routes/casova-osa.svelte b/src/routes/casova-osa.svelte index 8ebddd4..6961e4b 100644 --- a/src/routes/casova-osa.svelte +++ b/src/routes/casova-osa.svelte @@ -169,10 +169,10 @@
- +
- + {#each $bundle.spec.stages as stage} {#if $schedulePref && $schedulePref.stages.includes(stage.id)} @@ -183,7 +183,7 @@ {#each dateSlots(plan, st.period, $bundle, $schedulePref) as ds} - + {#each $bundle.spec.stages as stage} {#if $schedulePref && $schedulePref.stages.includes(stage.id)} {#if ds.stages[stage.id] === undefined} @@ -197,7 +197,7 @@
{showEventDetail($bundle, event)}
-
+
{event.tags.map(t => `#${t}`).join(', ')}
{stage.name}
{ds.title}{ds.title}