Adds empty state placeholder to grid view mode.

This commit is contained in:
mateuswetah 2018-08-06 16:57:27 -03:00
parent 79f374fcb8
commit d07eca3750
1 changed files with 10 additions and 1 deletions

View File

@ -23,6 +23,15 @@
<?php else: ?>
<div class="tainacan-grid-container">
Nenhum item encontrado
<section class="section">
<div class="content has-text-gray4 has-text-centered">
<p>
<span class="icon is-large">
<i class="mdi mdi-48px mdi-file-multiple"></i>
</span>
</p>
<p><?php echo __('No item was found.','tainacan'); ?></p>
</div>
</section>
</div>
<?php endif; ?>