[FIX] datatable issue with empty donors
This commit is contained in:
parent
e19f77f1ad
commit
40337e4627
@ -5,7 +5,7 @@
|
|||||||
<i class="fa fa-bitbucket fa-fw"></i> Pool Donors
|
<i class="fa fa-bitbucket fa-fw"></i> Pool Donors
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<table class="table table-striped table-bordered table-hover datatable">
|
<table class="table table-striped table-bordered table-hover {if $DONORS}datatable{/if}">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user