clean
parent
60f50f458a
commit
18d2628bf1
|
@ -1,4 +1,5 @@
|
||||||
<p></p>
|
<p></p>
|
||||||
|
{{#if lines}}
|
||||||
<table class="table table-bordered">
|
<table class="table table-bordered">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -41,3 +42,6 @@
|
||||||
<tfoot>
|
<tfoot>
|
||||||
</tfoot>
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
{{else}}
|
||||||
|
No items to show
|
||||||
|
{{/if}}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<p></p>
|
<p></p>
|
||||||
<!--<table class="table table-condensed table-striped">-->
|
<!--<table class="table table-condensed table-striped">-->
|
||||||
|
{{#if lines}}
|
||||||
<table class="table table-bordered">
|
<table class="table table-bordered">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -59,3 +60,6 @@
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</tfoot>
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
{{else}}
|
||||||
|
No items to show
|
||||||
|
{{/if}}
|
||||||
|
|
Loading…
Reference in New Issue