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