mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Add links to requestable Models' name
This commit is contained in:
parent
30583f920d
commit
0a6626891e
|
@ -109,8 +109,7 @@
|
|||
|
||||
</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>
|
||||
|
|
Loading…
Reference in a new issue