Commit 3c16ff0c authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

mailinglist layout adapted to project lsit layout

parent 9fb1193e
Pipeline #529 passed with stage
in 7 seconds
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment