Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
User Account
Commits
3c16ff0c
Commit
3c16ff0c
authored
Mar 06, 2020
by
Wolfgang Knopki
Browse files
mailinglist layout adapted to project lsit layout
parent
9fb1193e
Pipeline
#529
passed with stage
in 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
views/DE/mailinglists.pug
View file @
3c16ff0c
...
@@ -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
...
...
views/EN/mailinglists.pug
View file @
3c16ff0c
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment