Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
5 years ago
by
Wolfgang Knopki
Browse files
Options
Download
Email Patches
Plain Diff
mailinglist layout adapted to project lsit layout
parent
9fb1193e
master
MLAB-677
devel
devel_wolfgang
patch-1
reset-jul13
reset-merge
test_logoutbutton
testing
1 merge request
!2
Mlab 56
Pipeline
#529
passed with stage
in 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
views/DE/mailinglists.pug
+12
-10
views/DE/mailinglists.pug
views/EN/mailinglists.pug
+12
-10
views/EN/mailinglists.pug
with
24 additions
and
20 deletions
+24
-20
views/DE/mailinglists.pug
+
12
-
10
View file @
3c16ff0c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
views/EN/mailinglists.pug
+
12
-
10
View file @
3c16ff0c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets