Added links to admin and opertator in navbar
This commit is contained in:
@@ -17,12 +17,12 @@
|
|||||||
<ul class="flex items-color justify-center font-semibold">
|
<ul class="flex items-color justify-center font-semibold">
|
||||||
<li class="relative">
|
<li class="relative">
|
||||||
<button class="px-4 py-2 hover:text-hsrm-red cursor-default">
|
<button class="px-4 py-2 hover:text-hsrm-red cursor-default">
|
||||||
Products
|
Admin
|
||||||
</button>
|
</button>
|
||||||
</li>
|
</li>
|
||||||
<li class="relative">
|
<li class="relative">
|
||||||
<button class="px-4 py-2 hover:text-hsrm-red cursor-default">
|
<button class="px-4 py-2 hover:text-hsrm-red cursor-default">
|
||||||
Products
|
<%= link_to 'Operator', operator_jobs_path %>
|
||||||
</button>
|
</button>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user