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