Remove <section> tag around "no results" for minimal b-table

This commit is contained in:
Lance Edgar 2020-08-20 17:51:21 -05:00
parent 9620fc5a83
commit 374f20ff1a

View file

@ -61,18 +61,16 @@
</template>
<template slot="empty">
<section class="section">
<div class="content has-text-grey has-text-centered">
<p>
<b-icon
pack="fas"
icon="fas fa-sad-tear"
size="is-large">
</b-icon>
</p>
<p>Nothing here.</p>
</div>
</section>
<div class="content has-text-grey has-text-centered">
<p>
<b-icon
pack="fas"
icon="fas fa-sad-tear"
size="is-large">
</b-icon>
</p>
<p>Nothing here.</p>
</div>
</template>
% if show_footer is not Undefined and show_footer: