We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4cd69 commit 8eb5600Copy full SHA for 8eb5600
resources/views/hardware/view.blade.php
@@ -587,7 +587,7 @@ class="form-inline"
587
<ul class="list-unstyled">
588
589
<li>
590
- {!! $asset->manufacturer->present()->formattedNameLink !!}
+ <x-copy-to-clipboard copy_what="manufacturer">{!! $asset->model->manufacturer->present()->formattedNameLink !!}</x-copy-to-clipboard>
591
</li>
592
593
@if (($asset->model) && ($asset->model->manufacturer) && ($asset->model->manufacturer->url!=''))
0 commit comments