浏览代码

projekte mit nummer

burningTyger 5 年之前
父节点
当前提交
e058ac1f7e
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      components/projektwoche-drucksache.svelte

+ 10 - 0
components/projektwoche-drucksache.svelte

@@ -1,3 +1,13 @@
+<div class="page" orientation="portrait" size="A4">
+  <div class="main">
+    <b>Projekte</b>
+    <dl>
+      {#each projekte.sort((a,b)=>a.id-b.id) as p}
+        <p class="has-text-weight-bold">{p.id} – {p.titel}</p>
+      {/each}
+    </dl>
+  </div>
+</div>
 <div class="page" orientation="portrait" size="A4">
   <div class="main">
     <b>Raumwünsche</b>