From 3c16ff0cdf1682382beada359f5d4314024d7363 Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Fri, 6 Mar 2020 13:54:00 +0100
Subject: [PATCH] mailinglist layout adapted to project lsit layout

---
 views/DE/mailinglists.pug | 22 ++++++++++++----------
 views/EN/mailinglists.pug | 22 ++++++++++++----------
 2 files changed, 24 insertions(+), 20 deletions(-)

diff --git a/views/DE/mailinglists.pug b/views/DE/mailinglists.pug
index d421b2b8..5b01de19 100644
--- a/views/DE/mailinglists.pug
+++ b/views/DE/mailinglists.pug
@@ -34,16 +34,18 @@ html(lang="de")
         div(class="flex-container" style="align-items:flex-start")
             div(class="table")
                 table(border="0" id="Projektliste")
-                    tr
-                        th Name
-                        th Link
-                        th zugeh. Projekt
-                    for item in mailinglists
-                        if item.projectstatus == '1'
-                            tr
-                                td #{item.name}
-                                td <a href="#{item.src}">#{item.src}</a>
-                                td <a href='projectoverview?#{item.id}'>#{item.project_title}</a>
+                    thead
+                        tr
+                            th Name
+                            th Link
+                            th zugeh. Projekt
+                    tbody
+                        for item in mailinglists
+                            if item.projectstatus == '1'
+                                tr
+                                    td #{item.name}
+                                    td <a href="#{item.src}">#{item.src}</a>
+                                    td <a href='projectoverview?#{item.id}'>#{item.project_title}</a>
     <hr />
     div()
         h5(align="left") Eintragung in Mailingliste
diff --git a/views/EN/mailinglists.pug b/views/EN/mailinglists.pug
index d421b2b8..5b01de19 100644
--- a/views/EN/mailinglists.pug
+++ b/views/EN/mailinglists.pug
@@ -34,16 +34,18 @@ html(lang="de")
         div(class="flex-container" style="align-items:flex-start")
             div(class="table")
                 table(border="0" id="Projektliste")
-                    tr
-                        th Name
-                        th Link
-                        th zugeh. Projekt
-                    for item in mailinglists
-                        if item.projectstatus == '1'
-                            tr
-                                td #{item.name}
-                                td <a href="#{item.src}">#{item.src}</a>
-                                td <a href='projectoverview?#{item.id}'>#{item.project_title}</a>
+                    thead
+                        tr
+                            th Name
+                            th Link
+                            th zugeh. Projekt
+                    tbody
+                        for item in mailinglists
+                            if item.projectstatus == '1'
+                                tr
+                                    td #{item.name}
+                                    td <a href="#{item.src}">#{item.src}</a>
+                                    td <a href='projectoverview?#{item.id}'>#{item.project_title}</a>
     <hr />
     div()
         h5(align="left") Eintragung in Mailingliste
-- 
GitLab