Added page nav at the top of admin/jobs index
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
<%= turbo_frame_tag "admin_jobs" do %>
|
<%= turbo_frame_tag "admin_jobs" do %>
|
||||||
<div>
|
<div>
|
||||||
<h1 class="font-bold text-4xl py-4 text-hsrm-gray">Alle Druckaufträge</h1>
|
<h1 class="font-bold text-4xl py-4 text-hsrm-gray">Alle Druckaufträge</h1>
|
||||||
<div class="min-w-full overflow-auto shadow-lg">
|
<%== pagy_nav(@pagy) %>
|
||||||
|
<div class="min-w-full overflow-auto shadow-lg pt-2">
|
||||||
<table class="w-full py-8 table-auto">
|
<table class="w-full py-8 table-auto">
|
||||||
<thead class="font-semibold tracking-wide bg-gray-200 border-b-2 border-gray-300 text text-hsrm-gray">
|
<thead class="font-semibold tracking-wide bg-gray-200 border-b-2 border-gray-300 text text-hsrm-gray">
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user