Commit fb779863 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

add no-mailing-list condition

parent 71fc7a71
...@@ -20,6 +20,9 @@ html(lang="de") ...@@ -20,6 +20,9 @@ html(lang="de")
div(class="col-md-12 margin_bottom_30") div(class="col-md-12 margin_bottom_30")
h2(class="text-center color_708090") <strong>Aktive Mailinglisten</strong> h2(class="text-center color_708090") <strong>Aktive Mailinglisten</strong>
div(class="table-responsive table-borderless") div(class="table-responsive table-borderless")
if !mailinglists
p There is no active mailing list at the moment
else
table(class="table table-striped table-bordered table-hover") table(class="table table-striped table-bordered table-hover")
thead() thead()
tr() tr()
......
Supports Markdown
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