هذا الالتزام موجود في:
Thomas Miceli
2023-05-27 13:58:08 +02:00
ملتزم من قبل GitHub
الأصل 4a75a50370
التزام cecc06b332
30 ملفات معدلة مع 554 إضافات و1252 حذوفات

عرض الملف

@@ -1,9 +1,13 @@
{{ if false }}{{/* prevent IDE errors */}}
<div><main>
{{ end }}
{{ define "admin_footer" }}
{{ if .urlPage }}
<div class="flex mt-4 justify-center space-x-2">
{{ template "pagination" . }}
</div>
{{ end }}
</main>
</div>
{{ if .urlPage }}
<div class="flex mt-4 justify-center space-x-2">
{{ template "pagination" . }}
</div>
{{ end }}
</main>
</div>
{{ end }}