#93 - custom error pages (#94)

* #93 - wip

* #93 - wip

* #93 - fix if statement

* #93 - wip

* #93 - added default error page

* #93 - fix to error page

* #93 - fix linter

* #93 - delete unnecessary file

* #93 - added EOL

* #93 - fix

* #93 - cr fix

Co-authored-by: Adrian Hopek <adrian.hopek@blumilk.pl>
This commit is contained in:
Ewelina Lasowy
2022-03-30 09:06:25 +02:00
committed by GitHub
parent 720d2c4e7b
commit fdbc374d7e
3 changed files with 105 additions and 3 deletions

View File

@@ -21,11 +21,11 @@
</div>
<div class="hidden sm:flex-1 sm:flex sm:items-center sm:justify-between">
<div class="text-sm text-gray-700">
Wyświetlanie
Wyświetlanie od
<span class="font-medium">{{ pagination.from }}</span>
od
<span class="font-medium">{{ pagination.to }}</span>
do
<span class="font-medium">{{ pagination.to }}</span>
z
<span class="font-medium">{{ pagination.total }}</span>
wyników
</div>