mirror of
https://github.com/ivabus/www
synced 2024-11-22 19:05:05 +03:00
Added partial for 'No results found'
This commit is contained in:
parent
6df41716eb
commit
bfb7f491b7
1 changed files with 9 additions and 0 deletions
9
src/layouts/partials/no-results-found.html
Normal file
9
src/layouts/partials/no-results-found.html
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<section>
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col two-boxes-up two-boxes-down">
|
||||||
|
<h3 class="text-center">No results found</h3>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
Loading…
Reference in a new issue