Merge branch 'develop' of github.com:tainacan/tainacan-theme into develop

This commit is contained in:
Fabiano 2018-08-07 15:21:31 -03:00
commit af855097aa
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; ?>