Skip to content

Commit

Permalink
Add links to requestable Models' name
Browse files Browse the repository at this point in the history
  • Loading branch information
inietov committed May 24, 2022
1 parent 30583f9 commit 0a66268
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/views/account/requestable-assets.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ class="table table-striped snipe-table"

</td>


<td>{{$requestableModel->name}}</td>
<td><a href='{{ url("/models/{$requestableModel->id}") }}' > {{ $requestableModel->name }} </a></td>
<td>{{$requestableModel->assets->where('requestable', '1')->count()}}</td>

<td>
Expand Down

0 comments on commit 0a66268

Please sign in to comment.