Fixed anker points
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<% end %>
|
||||
</div>
|
||||
<div class="w-full">
|
||||
<div class="flex justify-between items-center py-4">
|
||||
<div id="printingjobs-h" class="flex justify-between items-center py-4">
|
||||
<h1 class="font-bold text-hsrm-gray text-4xl">
|
||||
Printing
|
||||
</h1>
|
||||
@@ -67,7 +67,7 @@
|
||||
<% end %>
|
||||
</div>
|
||||
<%# render partial: "job_card", collection: @printingjobs, as: :job %>
|
||||
<div id="printingjobs-h" class="overflow-auto min-w-full shadow-lg">
|
||||
<div class="overflow-auto min-w-full shadow-lg">
|
||||
<table class="w-full py-8 table-auto">
|
||||
<thead class="bg-gray-200 text-hsrm-gray border-b-2 border-gray-300">
|
||||
<tr>
|
||||
@@ -91,12 +91,12 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="flex justify-between items-center py-4">
|
||||
<div id="pickupjobs-h" class="flex justify-between items-center py-4">
|
||||
<h1 class="font-bold text-hsrm-gray text-4xl">
|
||||
Pickup
|
||||
</h1>
|
||||
</div>
|
||||
<div id="pickupjobs-h" class="overflow-auto min-w-full shadow-lg">
|
||||
<div class="overflow-auto min-w-full shadow-lg">
|
||||
<table class="w-full py-8 table-auto">
|
||||
<thead class="bg-gray-200 text-hsrm-gray border-b-2 border-gray-300">
|
||||
<tr>
|
||||
@@ -120,12 +120,12 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="flex justify-between items-center py-4">
|
||||
<div id="openjobs-h" class="flex justify-between items-center py-4">
|
||||
<h1 class="font-bold text-hsrm-gray text-4xl">
|
||||
open
|
||||
Open
|
||||
</h1>
|
||||
</div>
|
||||
<div id="openjobs-h" class="overflow-auto min-w-full shadow-lg">
|
||||
<div class="overflow-auto min-w-full shadow-lg">
|
||||
<table class="w-full py-8 table-auto">
|
||||
<thead class="bg-gray-200 text-hsrm-gray border-b-2 border-gray-300">
|
||||
<tr>
|
||||
@@ -149,12 +149,12 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="flex justify-between items-center py-4">
|
||||
<div id="paidcanceledjobs-h" class="flex justify-between items-center py-4">
|
||||
<h1 class="font-bold text-hsrm-gray text-4xl">
|
||||
Paid/Canceled
|
||||
</h1>
|
||||
</div>
|
||||
<div id="paidcanceledjobs-h" class="overflow-auto min-w-full shadow-lg">
|
||||
<div class="overflow-auto min-w-full shadow-lg">
|
||||
<table class="w-full py-8 table-auto">
|
||||
<thead class="bg-gray-200 text-hsrm-gray border-b-2 border-gray-300">
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user