Partially revert "no empty tables on profile page and spacing for containers"
This partially reverts commit c114e29437.
Handling of empty tables was broken (see /terms with no terms in database)
This commit is contained in:
parent
143b4d6116
commit
5101cf9c1e
@ -1,10 +1,7 @@
|
|||||||
$newline never
|
$newline never
|
||||||
<div ##{dbtIdent}-table-wrapper>
|
<div ##{dbtIdent}-table-wrapper>
|
||||||
<div .scrolltable>
|
<div .scrolltable>
|
||||||
$if null wRows
|
^{table}
|
||||||
Keine anstehenden Übungsblätter.
|
|
||||||
$else
|
|
||||||
^{table}
|
|
||||||
$if pageCount > 1
|
$if pageCount > 1
|
||||||
<ul ##{dbtIdent}-pagination .pagination>
|
<ul ##{dbtIdent}-pagination .pagination>
|
||||||
$forall p <- pageNumbers
|
$forall p <- pageNumbers
|
||||||
|
|||||||
Reference in New Issue
Block a user