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") ...@@ -34,16 +34,18 @@ html(lang="de")
div(class="flex-container" style="align-items:flex-start") div(class="flex-container" style="align-items:flex-start")
div(class="table") div(class="table")
table(border="0" id="Projektliste") table(border="0" id="Projektliste")
tr thead
th Name tr
th Link th Name
th zugeh. Projekt th Link
for item in mailinglists th zugeh. Projekt
if item.projectstatus == '1' tbody
tr for item in mailinglists
td #{item.name} if item.projectstatus == '1'
td <a href="#{item.src}">#{item.src}</a> tr
td <a href='projectoverview?#{item.id}'>#{item.project_title}</a> td #{item.name}
td <a href="#{item.src}">#{item.src}</a>
td <a href='projectoverview?#{item.id}'>#{item.project_title}</a>
<hr /> <hr />
div() div()
h5(align="left") Eintragung in Mailingliste h5(align="left") Eintragung in Mailingliste
......
...@@ -34,16 +34,18 @@ html(lang="de") ...@@ -34,16 +34,18 @@ html(lang="de")
div(class="flex-container" style="align-items:flex-start") div(class="flex-container" style="align-items:flex-start")
div(class="table") div(class="table")
table(border="0" id="Projektliste") table(border="0" id="Projektliste")
tr thead
th Name tr
th Link th Name
th zugeh. Projekt th Link
for item in mailinglists th zugeh. Projekt
if item.projectstatus == '1' tbody
tr for item in mailinglists
td #{item.name} if item.projectstatus == '1'
td <a href="#{item.src}">#{item.src}</a> tr
td <a href='projectoverview?#{item.id}'>#{item.project_title}</a> td #{item.name}
td <a href="#{item.src}">#{item.src}</a>
td <a href='projectoverview?#{item.id}'>#{item.project_title}</a>
<hr /> <hr />
div() div()
h5(align="left") Eintragung in Mailingliste 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