Added links to admin and opertator in navbar

This commit is contained in:
2024-08-12 03:53:46 +02:00
parent d28b4e0876
commit e53fffdb8d

View File

@@ -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>