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">
|
||||
<li class="relative">
|
||||
<button class="px-4 py-2 hover:text-hsrm-red cursor-default">
|
||||
Products
|
||||
Admin
|
||||
</button>
|
||||
</li>
|
||||
<li class="relative">
|
||||
<button class="px-4 py-2 hover:text-hsrm-red cursor-default">
|
||||
Products
|
||||
<%= link_to 'Operator', operator_jobs_path %>
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user