Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Added href link to user details to reference inventory item
Browse files Browse the repository at this point in the history
Signed-off-by: WillTheDeveloper <[email protected]>
  • Loading branch information
WillTheDeveloper committed Oct 15, 2022
1 parent b887905 commit 02e3d32
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions resources/views/userdetails.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@
<span class="ml-2 flex-1 w-0 truncate"> {{$r->Inventory->name}} </span>
</div>
<div class="ml-4 flex-shrink-0 flex space-x-4">
<button type="button" class=" rounded-md font-medium text-indigo-600 hover:text-indigo-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">Update</button>
<span class="text-gray-300" aria-hidden="true">|</span>
<button type="button" class=" rounded-md font-medium text-indigo-600 hover:text-indigo-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">Remove</button>
<a href="{{route('requests.properties', $r->id)}}" class=" rounded-md font-medium text-indigo-600 hover:text-indigo-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">Manage</a>
</div>
</li>
@endforeach()
Expand Down

0 comments on commit 02e3d32

Please sign in to comment.